#fd3bac color space conversions
Hex:
        #fd3bac
        RGB:
        253, 59, 172
        CMY:
        1, 77, 33
        CMYK:
        0, 77, 32, 1
      HSL:
        325°, 97.9798%, 61.1765%
        HSV (HSB):
        325°, 76.6798%, 99.2157%
        XYZ:
        49.5184, 26.9891, 41.6292
        xyY:
        0.4192, 0.2285, 26.9891
      CIE-Lab:
        58.9643, 79.2053, -15.9099
        CIE-LCH:
        58.9643, 80.7874, 348.6422
        CIE-Luv:
        58.9643, 110.4673, -37.5542
        Hunter-Lab:
        51.9511, 79.2271, -11.1443
      #fd3bac color charts
#fd3bac RGB chart
      #fd3bac CMYK chart
      #fd3bac RGB pie chart
      #fd3bac color shades, tints & tones
#fd3bac color schemes
#fd3bac color preview, HTML & CSS examples
           This text has a color of #fd3bac        
        
          <p style="color:#fd3bac;">Text here</p>
        
        
          .mytext {color:#fd3bac;}
        
        Text color #fd3bac
      
           This box has a color of #fd3bac        
        
          <div style="background-color:#fd3bac;">Content here</div>
        
        
          .mybackground {background-color:#fd3bac;}
        
        Background color #fd3bac
      
           Border around this has a color of #fd3bac        
        
          <div style="border:2px solid #fd3bac;">Content here</div>
        
        
          .myborder {border:2px solid #fd3bac;}
        
        Border color #fd3bac