#FCC5CB

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

Shades of Pink #FCC5CB

Tints of Pink #FCC5CB

Color information

#FCC5CB (or 0xFCC5CB) is unknown color: approx Pink. HEX triplet: FC, C5 and CB. RGB value is (252,197,203). Sum of RGB (Red+Green+Blue) = 252+197+203=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5CB is #033A34. Grayscale: #D6D6D6. Windows color (decimal): -211509 or 13354492. OLE color: 13354492.

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

Color convert

RGB252197203-
CMYK00.220.190.01
HSL353.45º90.16%88.04%-
HSV(B)353.45º21.83%98.82%-
XYZ70.8964.9465.3-
YUV214.13121.72155.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 197 (77.34% from 255) = 30.21%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=38.65%
G=30.21%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219720300.220.190.01353.4590.1688.04
HexFCC5CB0161311615a58
Octal374305313026231541132130
Binary11111100110001011100101101011010011110110000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5CB; }

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

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

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

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

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

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

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

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