#FCD8CB

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

Shades of Cinderella #FCD8CB

Tints of Cinderella #FCD8CB

Color information

#FCD8CB (or 0xFCD8CB) is unknown color: approx Cinderella. HEX triplet: FC, D8 and CB. RGB value is (252,216,203). Sum of RGB (Red+Green+Blue) = 252+216+203=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8CB is #032734. Grayscale: #E1E1E1. Windows color (decimal): -206645 or 13359356. OLE color: 13359356.

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

Color convert

RGB252216203-
CMYK00.140.190.01
HSL15.92º89.09%89.22%-
HSV(B)15.92º19.44%98.82%-
XYZ75.4874.1266.83-
YUV225.28115.43147.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 216 (84.77% from 255) = 32.19%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=37.56%
G=32.19%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221620300.140.190.0115.9289.0989.22
HexFCD8CB0E131105959
Octal37433031301623120131131
Binary111111001101100011001011011101001111000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8CB; }

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

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

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

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

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

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

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

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