#fd10be color space conversions
Hex:
        #fd10be
        RGB:
        253, 16, 190
        CMY:
        1, 94, 25
        CMYK:
        0, 94, 25, 1
      HSL:
        316°, 98.3402%, 52.7451%
        HSV (HSB):
        316°, 93.6759%, 99.2157%
        XYZ:
        49.9876, 24.9709, 50.9004
        xyY:
        0.3972, 0.1984, 24.9709
      CIE-Lab:
        57.0471, 88.7357, -29.2777
        CIE-LCH:
        57.0471, 93.4409, 341.7400
        CIE-Luv:
        57.0471, 110.1610, -58.5965
        Hunter-Lab:
        49.9709, 91.1103, -25.4132
      #fd10be color charts
#fd10be RGB chart
      #fd10be CMYK chart
      #fd10be RGB pie chart
      #fd10be color shades, tints & tones
#fd10be color schemes
#fd10be color preview, HTML & CSS examples
           This text has a color of #fd10be        
        
          <p style="color:#fd10be;">Text here</p>
        
        
          .mytext {color:#fd10be;}
        
        Text color #fd10be
      
           This box has a color of #fd10be        
        
          <div style="background-color:#fd10be;">Content here</div>
        
        
          .mybackground {background-color:#fd10be;}
        
        Background color #fd10be
      
           Border around this has a color of #fd10be        
        
          <div style="border:2px solid #fd10be;">Content here</div>
        
        
          .myborder {border:2px solid #fd10be;}
        
        Border color #fd10be