#FED4CA

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

Shades of Cinderella #FED4CA

Tints of Cinderella #FED4CA

Color information

#FED4CA (or 0xFED4CA) is unknown color: approx Cinderella. HEX triplet: FE, D4 and CA. RGB value is (254,212,202). Sum of RGB (Red+Green+Blue) = 254+212+202=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4CA is #012B35. Grayscale: #DFDFDF. Windows color (decimal): -76598 or 13292798. OLE color: 13292798.

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

Color convert

RGB254212202-
CMYK00.170.200.00
HSL11.54º96.3%89.41%-
HSV(B)11.54º20.47%99.61%-
XYZ75.0872.4265.9-
YUV223.42115.91149.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 212 (83.20% from 255) = 31.74%
BLUE value IS 202 (79.30% from 255) = 30.24%
R=38.02%
G=31.74%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421220200.170.200.0011.5496.389.41
HexFED4CA011140c6059
Octal37632431202124014140131
Binary111111101101010011001010010001101000110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4CA; }

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

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

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

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

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

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

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

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