#FCD4CB

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

Shades of Cinderella #FCD4CB

Tints of Cinderella #FCD4CB

Color information

#FCD4CB (or 0xFCD4CB) is unknown color: approx Cinderella. HEX triplet: FC, D4 and CB. RGB value is (252,212,203). Sum of RGB (Red+Green+Blue) = 252+212+203=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4CB is #032B34. Grayscale: #DFDFDF. Windows color (decimal): -207669 or 13358332. OLE color: 13358332.

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

Color convert

RGB252212203-
CMYK00.160.190.01
HSL11.02º89.09%89.22%-
HSV(B)11.02º19.44%98.82%-
XYZ74.4772.0966.49-
YUV222.93116.75148.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 203 (79.69% from 255) = 30.43%
R=37.78%
G=31.78%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221220300.160.190.0111.0289.0989.22
HexFCD4CB010131b5959
Octal37432431302023113131131
Binary111111001101010011001011010000100111101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4CB; }

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

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

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

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

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

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

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

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