#FED9CA

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

Shades of Cinderella #FED9CA

Tints of Cinderella #FED9CA

Color information

#FED9CA (or 0xFED9CA) is unknown color: approx Cinderella. HEX triplet: FE, D9 and CA. RGB value is (254,217,202). Sum of RGB (Red+Green+Blue) = 254+217+202=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9CA is #012635. Grayscale: #E2E2E2. Windows color (decimal): -75318 or 13294078. OLE color: 13294078.

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

Color convert

RGB254217202-
CMYK00.150.200.00
HSL17.31º96.3%89.41%-
HSV(B)17.31º20.47%99.61%-
XYZ76.3574.9666.32-
YUV226.35114.26147.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 217 (85.16% from 255) = 32.24%
BLUE value IS 202 (79.30% from 255) = 30.01%
R=37.74%
G=32.24%
B=30.01%

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
Decimal25421720200.150.200.0017.3196.389.41
HexFED9CA0F140116059
Octal37633131201724021140131
Binary111111101101100111001010011111010001000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9CA; }

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

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

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

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

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

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

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

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