#fd31be color space conversions
Hex:
        #fd31be
        RGB:
        253, 49, 190
        CMY:
        1, 81, 25
        CMYK:
        0, 81, 25, 1
      HSL:
        319°, 98.0769%, 59.2157%
        HSV (HSB):
        319°, 80.6324%, 99.2157%
        XYZ:
        50.9006, 26.7970, 51.2048
        xyY:
        0.3949, 0.2079, 26.7970
      CIE-Lab:
        58.7859, 83.6831, -26.5885
        CIE-LCH:
        58.7859, 87.8055, 342.3735
        CIE-Luv:
        58.7859, 105.3684, -54.0069
        Hunter-Lab:
        51.7658, 84.9264, -22.4114
      #fd31be color charts
#fd31be RGB chart
      #fd31be CMYK chart
      #fd31be RGB pie chart
      #fd31be color shades, tints & tones
#fd31be color schemes
#fd31be color preview, HTML & CSS examples
           This text has a color of #fd31be        
        
          <p style="color:#fd31be;">Text here</p>
        
        
          .mytext {color:#fd31be;}
        
        Text color #fd31be
      
           This box has a color of #fd31be        
        
          <div style="background-color:#fd31be;">Content here</div>
        
        
          .mybackground {background-color:#fd31be;}
        
        Background color #fd31be
      
           Border around this has a color of #fd31be        
        
          <div style="border:2px solid #fd31be;">Content here</div>
        
        
          .myborder {border:2px solid #fd31be;}
        
        Border color #fd31be