#FED8CE

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

Shades of Cinderella #FED8CE

Tints of Cinderella #FED8CE

Color information

#FED8CE (or 0xFED8CE) is unknown color: approx Cinderella. HEX triplet: FE, D8 and CE. RGB value is (254,216,206). Sum of RGB (Red+Green+Blue) = 254+216+206=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8CE is #012731. Grayscale: #E2E2E2. Windows color (decimal): -75570 or 13555966. OLE color: 13555966.

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

Color convert

RGB254216206-
CMYK00.150.190.00
HSL12.5º96%90.2%-
HSV(B)12.5º18.9%99.61%-
XYZ76.5774.6468.76-
YUV226.22116.59147.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 216 (84.77% from 255) = 31.95%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=37.57%
G=31.95%
B=30.47%

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
Decimal25421620600.150.190.0012.59690.2
HexFED8CE0F130d605a
Octal37633031601723015140132
Binary11111110110110001100111001111100110110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8CE; }

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

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

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

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

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

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

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

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