#FED5CA

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

Shades of Cinderella #FED5CA

Tints of Cinderella #FED5CA

Color information

#FED5CA (or 0xFED5CA) is unknown color: approx Cinderella. HEX triplet: FE, D5 and CA. RGB value is (254,213,202). Sum of RGB (Red+Green+Blue) = 254+213+202=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5CA is #012A35. Grayscale: #E0E0E0. Windows color (decimal): -76342 or 13293054. OLE color: 13293054.

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

Color convert

RGB254213202-
CMYK00.160.200.00
HSL12.69º96.3%89.41%-
HSV(B)12.69º20.47%99.61%-
XYZ75.3372.9265.98-
YUV224115.58149.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 213 (83.59% from 255) = 31.84%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=37.97%
G=31.84%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421320200.160.200.0012.6996.389.41
HexFED5CA010140d6059
Octal37632531202024015140131
Binary111111101101010111001010010000101000110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED5CA; }

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

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

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

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

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

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

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

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