#FCC5D0

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

Shades of Pink #FCC5D0

Tints of Pink #FCC5D0

Color information

#FCC5D0 (or 0xFCC5D0) is unknown color: approx Pink. HEX triplet: FC, C5 and D0. RGB value is (252,197,208). Sum of RGB (Red+Green+Blue) = 252+197+208=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5D0 is #033A2F. Grayscale: #D6D6D6. Windows color (decimal): -211504 or 13682172. OLE color: 13682172.

HSL color Cylindrical-coordinate representation of color #FCC5D0: hue angle of 348º degrees, saturation: 0.9, 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 #FCC5D0 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252197208-
CMYK00.220.170.01
HSL348º90.16%88.04%-
HSV(B)348º21.83%98.82%-
XYZ71.565.1868.49-
YUV214.7124.22154.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 197 (77.34% from 255) = 29.98%
BLUE value IS 208 (81.64% from 255) = 31.66%
R=38.36%
G=29.98%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219720800.220.170.0134890.1688.04
HexFCC5D001611115c5a58
Octal374305320026211534132130
Binary11111100110001011101000001011010001110101110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5D0; }

 p { color: rgb(252,197,208); }

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

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

 a { background-color: rgb(252,197,208); }

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

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

 span { border-color: rgb(252,197,208); }

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