#FED7CA

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

Shades of Cinderella #FED7CA

Tints of Cinderella #FED7CA

Color information

#FED7CA (or 0xFED7CA) is unknown color: approx Cinderella. HEX triplet: FE, D7 and CA. RGB value is (254,215,202). Sum of RGB (Red+Green+Blue) = 254+215+202=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7CA is #012835. Grayscale: #E1E1E1. Windows color (decimal): -75830 or 13293566. OLE color: 13293566.

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

Color convert

RGB254215202-
CMYK00.150.200.00
HSL15º96.3%89.41%-
HSV(B)15º20.47%99.61%-
XYZ75.8373.9466.15-
YUV225.18114.92148.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 215 (84.38% from 255) = 32.04%
BLUE value IS 202 (79.30% from 255) = 30.10%
R=37.85%
G=32.04%
B=30.10%

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
Decimal25421520200.150.200.001596.389.41
HexFED7CA0F140f6059
Octal37632731201724017140131
Binary11111110110101111100101001111101000111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7CA; }

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

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

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

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

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

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

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

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