#FED4C9

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

Shades of Cinderella #FED4C9

Tints of Cinderella #FED4C9

Color information

#FED4C9 (or 0xFED4C9) is unknown color: approx Cinderella. HEX triplet: FE, D4 and C9. RGB value is (254,212,201). Sum of RGB (Red+Green+Blue) = 254+212+201=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 201 (78.91% from 255 or 30.13% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4C9 is #012B36. Grayscale: #DFDFDF. Windows color (decimal): -76599 or 13227262. OLE color: 13227262.

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

Color convert

RGB254212201-
CMYK00.170.210.00
HSL12.45º96.36%89.22%-
HSV(B)12.45º20.87%99.61%-
XYZ74.9672.3765.28-
YUV223.3115.41149.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 201 (78.91% from 255) = 30.13%
R=38.08%
G=31.78%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421220100.170.210.0012.4596.3689.22
HexFED4C9011150c6059
Octal37632431102125014140131
Binary111111101101010011001001010001101010110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4C9; }

 p { color: rgb(254,212,201); }

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

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

 a { background-color: rgb(254,212,201); }

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

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

 span { border-color: rgb(254,212,201); }

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