#FCD8CD

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

Shades of Cinderella #FCD8CD

Tints of Cinderella #FCD8CD

Color information

#FCD8CD (or 0xFCD8CD) is unknown color: approx Cinderella. HEX triplet: FC, D8 and CD. RGB value is (252,216,205). Sum of RGB (Red+Green+Blue) = 252+216+205=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8CD is #032732. Grayscale: #E1E1E1. Windows color (decimal): -206643 or 13490428. OLE color: 13490428.

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

Color convert

RGB252216205-
CMYK00.140.190.01
HSL14.04º88.68%89.61%-
HSV(B)14.04º18.65%98.82%-
XYZ75.7274.2168.09-
YUV225.51116.43146.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 216 (84.77% from 255) = 32.10%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=37.44%
G=32.10%
B=30.46%

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
Decimal25221620500.140.190.0114.0488.6889.61
HexFCD8CD0E131e595a
Octal37433031501623116131132
Binary11111100110110001100110101110100111111010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8CD; }

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

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

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

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

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

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

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

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