#ffbdbe color space conversions
Hex:
        #ffbdbe
        RGB:
        255, 189, 190
        CMY:
        0, 26, 25
        CMYK:
        0, 26, 25, 0
      HSL:
        359°, 100.0000%, 87.0588%
        HSV (HSB):
        359°, 25.8824%, 100.0000%
        XYZ:
        68.7319, 61.3729, 56.9388
        xyY:
        0.3675, 0.3281, 61.3729
      CIE-Lab:
        82.5788, 23.8814, 8.8323
        CIE-LCH:
        82.5788, 25.4624, 20.2965
        CIE-Luv:
        82.5788, 42.0152, 8.3462
        Hunter-Lab:
        78.3409, 19.5094, 11.7461
      #ffbdbe color charts
#ffbdbe RGB chart
      #ffbdbe CMYK chart
      #ffbdbe RGB pie chart
      #ffbdbe color shades, tints & tones
#ffbdbe color schemes
#ffbdbe color preview, HTML & CSS examples
           This text has a color of #ffbdbe        
        
          <p style="color:#ffbdbe;">Text here</p>
        
        
          .mytext {color:#ffbdbe;}
        
        Text color #ffbdbe
      
           This box has a color of #ffbdbe        
        
          <div style="background-color:#ffbdbe;">Content here</div>
        
        
          .mybackground {background-color:#ffbdbe;}
        
        Background color #ffbdbe
      
           Border around this has a color of #ffbdbe        
        
          <div style="border:2px solid #ffbdbe;">Content here</div>
        
        
          .myborder {border:2px solid #ffbdbe;}
        
        Border color #ffbdbe