#fd65ae color space conversions
Hex:
        #fd65ae
        RGB:
        253, 101, 174
        CMY:
        1, 60, 32
        CMYK:
        0, 60, 31, 1
      HSL:
        331°, 97.4359%, 69.4118%
        HSV (HSB):
        331°, 60.0791%, 99.2157%
        XYZ:
        52.8017, 33.2460, 43.6786
        xyY:
        0.4070, 0.2563, 33.2460
      CIE-Lab:
        64.3596, 64.6520, -8.9515
        CIE-LCH:
        64.3596, 65.2687, 352.1172
        CIE-Luv:
        64.3596, 93.3797, -25.0543
        Hunter-Lab:
        57.6593, 62.5579, -4.5523
      #fd65ae color charts
#fd65ae RGB chart
      #fd65ae CMYK chart
      #fd65ae RGB pie chart
      #fd65ae color shades, tints & tones
#fd65ae color schemes
#fd65ae color preview, HTML & CSS examples
           This text has a color of #fd65ae        
        
          <p style="color:#fd65ae;">Text here</p>
        
        
          .mytext {color:#fd65ae;}
        
        Text color #fd65ae
      
           This box has a color of #fd65ae        
        
          <div style="background-color:#fd65ae;">Content here</div>
        
        
          .mybackground {background-color:#fd65ae;}
        
        Background color #fd65ae
      
           Border around this has a color of #fd65ae        
        
          <div style="border:2px solid #fd65ae;">Content here</div>
        
        
          .myborder {border:2px solid #fd65ae;}
        
        Border color #fd65ae