#FCC2CB

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

Shades of Pink #FCC2CB

Tints of Pink #FCC2CB

Color information

#FCC2CB (or 0xFCC2CB) is unknown color: approx Pink. HEX triplet: FC, C2 and CB. RGB value is (252,194,203). Sum of RGB (Red+Green+Blue) = 252+194+203=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2CB is #033D34. Grayscale: #D4D4D4. Windows color (decimal): -212277 or 13353724. OLE color: 13353724.

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

Color convert

RGB252194203-
CMYK00.230.190.01
HSL350.69º90.62%87.45%-
HSV(B)350.69º23.02%98.82%-
XYZ70.2263.5965.07-
YUV212.37122.72156.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 194 (76.17% from 255) = 29.89%
BLUE value IS 203 (79.69% from 255) = 31.28%
R=38.83%
G=29.89%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219420300.230.190.01350.6990.6287.45
HexFCC2CB01713115f5b57
Octal374302313027231537133127
Binary11111100110000101100101101011110011110101111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2CB; }

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

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

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

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

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

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

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

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