#FED9CE

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

Shades of Cinderella #FED9CE

Tints of Cinderella #FED9CE

Color information

#FED9CE (or 0xFED9CE) is unknown color: approx Cinderella. HEX triplet: FE, D9 and CE. RGB value is (254,217,206). Sum of RGB (Red+Green+Blue) = 254+217+206=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9CE is #012631. Grayscale: #E2E2E2. Windows color (decimal): -75314 or 13556222. OLE color: 13556222.

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

Color convert

RGB254217206-
CMYK00.150.190.00
HSL13.75º96%90.2%-
HSV(B)13.75º18.9%99.61%-
XYZ76.8375.1568.85-
YUV226.81116.26147.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 217 (85.16% from 255) = 32.05%
BLUE value IS 206 (80.86% from 255) = 30.43%
R=37.52%
G=32.05%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421720600.150.190.0013.759690.2
HexFED9CE0F130e605a
Octal37633131601723016140132
Binary11111110110110011100111001111100110111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9CE; }

 p { color: rgb(254,217,206); }

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

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

 a { background-color: rgb(254,217,206); }

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

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

 span { border-color: rgb(254,217,206); }

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