#FCD7CD

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

Shades of Cinderella #FCD7CD

Tints of Cinderella #FCD7CD

Color information

#FCD7CD (or 0xFCD7CD) is unknown color: approx Cinderella. HEX triplet: FC, D7 and CD. RGB value is (252,215,205). Sum of RGB (Red+Green+Blue) = 252+215+205=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7CD is #032832. Grayscale: #E1E1E1. Windows color (decimal): -206899 or 13490172. OLE color: 13490172.

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

Color convert

RGB252215205-
CMYK00.150.190.01
HSL12.77º88.68%89.61%-
HSV(B)12.77º18.65%98.82%-
XYZ75.4673.768.01-
YUV224.92116.76147.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 215 (84.38% from 255) = 31.99%
BLUE value IS 205 (80.47% from 255) = 30.51%
R=37.5%
G=31.99%
B=30.51%

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
Decimal25221520500.150.190.0112.7788.6889.61
HexFCD7CD0F131d595a
Octal37432731501723115131132
Binary11111100110101111100110101111100111110110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7CD; }

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

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

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

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

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

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

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

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