#FCDFCE

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

Shades of Cinderella #FCDFCE

Tints of Cinderella #FCDFCE

Color information

#FCDFCE (or 0xFCDFCE) is unknown color: approx Cinderella. HEX triplet: FC, DF and CE. RGB value is (252,223,206). Sum of RGB (Red+Green+Blue) = 252+223+206=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFCE is #032031. Grayscale: #E5E5E5. Windows color (decimal): -204850 or 13557756. OLE color: 13557756.

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

Color convert

RGB252223206-
CMYK00.120.180.01
HSL22.17º88.46%89.8%-
HSV(B)22.17º18.25%98.82%-
XYZ77.6777.9369.34-
YUV229.73114.61143.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 206 (80.86% from 255) = 30.25%
R=37.00%
G=32.75%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222320600.120.180.0122.1788.4689.8
HexFCDFCE0C12116585a
Octal37433731601422126130132
Binary111111001101111111001110011001001011011010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFCE; }

 p { color: rgb(252,223,206); }

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

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

 a { background-color: rgb(252,223,206); }

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

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

 span { border-color: rgb(252,223,206); }

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