#FEDECD

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

Shades of Cinderella #FEDECD

Tints of Cinderella #FEDECD

Color information

#FEDECD (or 0xFEDECD) is unknown color: approx Cinderella. HEX triplet: FE, DE and CD. RGB value is (254,222,205). Sum of RGB (Red+Green+Blue) = 254+222+205=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDECD is #012132. Grayscale: #E5E5E5. Windows color (decimal): -74035 or 13491966. OLE color: 13491966.

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

Color convert

RGB254222205-
CMYK00.130.190.00
HSL20.82º96.08%90%-
HSV(B)20.82º19.29%99.61%-
XYZ78.0177.7268.65-
YUV229.63114.1145.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 205 (80.47% from 255) = 30.10%
R=37.30%
G=32.60%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422220500.130.190.0020.8296.0890
HexFEDECD0D13015605a
Octal37633631501523025140132
Binary111111101101111011001101011011001101010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDECD; }

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

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

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

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

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

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

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

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