#FCD9CD

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

Shades of Cinderella #FCD9CD

Tints of Cinderella #FCD9CD

Color information

#FCD9CD (or 0xFCD9CD) is unknown color: approx Cinderella. HEX triplet: FC, D9 and CD. RGB value is (252,217,205). Sum of RGB (Red+Green+Blue) = 252+217+205=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9CD is #032632. Grayscale: #E2E2E2. Windows color (decimal): -206387 or 13490684. OLE color: 13490684.

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

Color convert

RGB252217205-
CMYK00.140.190.01
HSL15.32º88.68%89.61%-
HSV(B)15.32º18.65%98.82%-
XYZ75.9874.7368.18-
YUV226.1116.1146.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 205 (80.47% from 255) = 30.42%
R=37.39%
G=32.20%
B=30.42%

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
Decimal25221720500.140.190.0115.3288.6889.61
HexFCD9CD0E131f595a
Octal37433131501623117131132
Binary11111100110110011100110101110100111111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9CD; }

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

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

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

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

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

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

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

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