#FED9CC

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

Shades of Cinderella #FED9CC

Tints of Cinderella #FED9CC

Color information

#FED9CC (or 0xFED9CC) is unknown color: approx Cinderella. HEX triplet: FE, D9 and CC. RGB value is (254,217,204). Sum of RGB (Red+Green+Blue) = 254+217+204=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9CC is #012633. Grayscale: #E2E2E2. Windows color (decimal): -75316 or 13425150. OLE color: 13425150.

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

Color convert

RGB254217204-
CMYK00.150.200.00
HSL15.6º96.15%89.8%-
HSV(B)15.6º19.69%99.61%-
XYZ76.5875.0667.58-
YUV226.58115.26147.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 204 (80.08% from 255) = 30.22%
R=37.63%
G=32.15%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421720400.150.200.0015.696.1589.8
HexFED9CC0F14010605a
Octal37633131401724020140132
Binary111111101101100111001100011111010001000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9CC; }

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

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

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

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

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

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

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

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