#FDC2CF

Color #FDC2CF Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FDC2CF

Tints of Pink #FDC2CF

Color information

#FDC2CF (or 0xFDC2CF) is unknown color: approx Pink. HEX triplet: FD, C2 and CF. RGB value is (253,194,207). Sum of RGB (Red+Green+Blue) = 253+194+207=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2CF is #023D30. Grayscale: #D5D5D5. Windows color (decimal): -146737 or 13615869. OLE color: 13615869.

HSL color Cylindrical-coordinate representation of color #FDC2CF: hue angle of 346.78º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC2CF is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253194207-
CMYK00.230.180.01
HSL346.78º93.65%87.65%-
HSV(B)346.78º23.32%99.22%-
XYZ71.0663.9767.63-
YUV213.12124.55156.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 194 (76.17% from 255) = 29.66%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=38.69%
G=29.66%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319420700.230.180.01346.7893.6587.65
HexFDC2CF01712115b5e58
Octal375302317027221533136130
Binary11111101110000101100111101011110010110101101110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2CF; }

 p { color: rgb(253,194,207); }

 H1.HeaderClassName
 {
   color: #FDC2CF;
 }
 .AnyTagClassName
 {
   color: #FDC2CF;
 }
</style>
background-color css

<style>
 a { background-color: #FDC2CF; }

 a { background-color: rgb(253,194,207); }

 div.DivClassName
 {
   background-color: #FDC2CF;
 }
 .BgClassName
 {
   background-color: #FDC2CF;
 }
</style>
border-color css

<style>
 span { border-color: #FDC2CF; }

 span { border-color: rgb(253,194,207); }

 td.TdClassName
 {
   border-color: #FDC2CF;
 }
 .TagClassName
 {
   border-color: #FDC2CF;
 }
</style>