#FEDECC

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

Shades of Cinderella #FEDECC

Tints of Cinderella #FEDECC

Color information

#FEDECC (or 0xFEDECC) is unknown color: approx Cinderella. HEX triplet: FE, DE and CC. RGB value is (254,222,204). Sum of RGB (Red+Green+Blue) = 254+222+204=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDECC is #012133. Grayscale: #E5E5E5. Windows color (decimal): -74036 or 13426430. OLE color: 13426430.

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

Color convert

RGB254222204-
CMYK00.130.200.00
HSL21.6º96.15%89.8%-
HSV(B)21.6º19.69%99.61%-
XYZ77.8977.6768.01-
YUV229.52113.6145.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 222 (87.11% from 255) = 32.65%
BLUE value IS 204 (80.08% from 255) = 30%
R=37.35%
G=32.65%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422220400.130.200.0021.696.1589.8
HexFEDECC0D14016605a
Octal37633631401524026140132
Binary111111101101111011001100011011010001011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDECC; }

 p { color: rgb(254,222,204); }

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

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

 a { background-color: rgb(254,222,204); }

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

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

 span { border-color: rgb(254,222,204); }

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