#ffcbcb color space conversions
Hex:
        #ffcbcb
        RGB:
        255, 203, 203
        CMY:
        0, 20, 20
        CMYK:
        0, 20, 20, 0
      HSL:
        0°, 100.0000%, 89.8039%
        HSV (HSB):
        0°, 20.3922%, 100.0000%
        XYZ:
        73.3754, 68.2837, 65.8127
        xyY:
        0.3537, 0.3291, 68.2837
      CIE-Lab:
        86.1481, 18.3840, 7.0163
        CIE-LCH:
        86.1481, 19.6774, 20.8895
        CIE-Luv:
        86.1481, 32.2432, 6.9401
        Hunter-Lab:
        82.6339, 13.8910, 10.6230
      #ffcbcb color charts
#ffcbcb RGB chart
      #ffcbcb CMYK chart
      #ffcbcb RGB pie chart
      #ffcbcb color shades, tints & tones
#ffcbcb color schemes
#ffcbcb color preview, HTML & CSS examples
           This text has a color of #ffcbcb        
        
          <p style="color:#ffcbcb;">Text here</p>
        
        
          .mytext {color:#ffcbcb;}
        
        Text color #ffcbcb
      
           This box has a color of #ffcbcb        
        
          <div style="background-color:#ffcbcb;">Content here</div>
        
        
          .mybackground {background-color:#ffcbcb;}
        
        Background color #ffcbcb
      
           Border around this has a color of #ffcbcb        
        
          <div style="border:2px solid #ffcbcb;">Content here</div>
        
        
          .myborder {border:2px solid #ffcbcb;}
        
        Border color #ffcbcb