#FDC5CF

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

Shades of Pink #FDC5CF

Tints of Pink #FDC5CF

Color information

#FDC5CF (or 0xFDC5CF) is unknown color: approx Pink. HEX triplet: FD, C5 and CF. RGB value is (253,197,207). Sum of RGB (Red+Green+Blue) = 253+197+207=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5CF is #023A30. Grayscale: #D6D6D6. Windows color (decimal): -145969 or 13616637. OLE color: 13616637.

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

Color convert

RGB253197207-
CMYK00.220.180.01
HSL349.29º93.33%88.24%-
HSV(B)349.29º22.13%99.22%-
XYZ71.7465.3267.86-
YUV214.88123.55155.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 197 (77.34% from 255) = 29.98%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=38.51%
G=29.98%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319720700.220.180.01349.2993.3388.24
HexFDC5CF01612115d5d58
Octal375305317026221535135130
Binary11111101110001011100111101011010010110101110110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5CF; }

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

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

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

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

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

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

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

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