#FCD7CB

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

Shades of Cinderella #FCD7CB

Tints of Cinderella #FCD7CB

Color information

#FCD7CB (or 0xFCD7CB) is unknown color: approx Cinderella. HEX triplet: FC, D7 and CB. RGB value is (252,215,203). Sum of RGB (Red+Green+Blue) = 252+215+203=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7CB is #032834. Grayscale: #E0E0E0. Windows color (decimal): -206901 or 13359100. OLE color: 13359100.

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

Color convert

RGB252215203-
CMYK00.150.190.01
HSL14.69º89.09%89.22%-
HSV(B)14.69º19.44%98.82%-
XYZ75.2273.6166.74-
YUV224.7115.76147.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 215 (84.38% from 255) = 32.09%
BLUE value IS 203 (79.69% from 255) = 30.30%
R=37.61%
G=32.09%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221520300.150.190.0114.6989.0989.22
HexFCD7CB0F131f5959
Octal37432731301723117131131
Binary11111100110101111100101101111100111111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7CB; }

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

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

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

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

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

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

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

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