#FED7C9

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

Shades of Cinderella #FED7C9

Tints of Cinderella #FED7C9

Color information

#FED7C9 (or 0xFED7C9) is unknown color: approx Cinderella. HEX triplet: FE, D7 and C9. RGB value is (254,215,201). Sum of RGB (Red+Green+Blue) = 254+215+201=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 201 (78.91% from 255 or 30% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7C9 is #012836. Grayscale: #E1E1E1. Windows color (decimal): -75831 or 13228030. OLE color: 13228030.

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

Color convert

RGB254215201-
CMYK00.150.210.00
HSL15.85º96.36%89.22%-
HSV(B)15.85º20.87%99.61%-
XYZ75.7273.8965.53-
YUV225.06114.42148.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 215 (84.38% from 255) = 32.09%
BLUE value IS 201 (78.91% from 255) = 30%
R=37.91%
G=32.09%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421520100.150.210.0015.8596.3689.22
HexFED7C90F150106059
Octal37632731101725020140131
Binary111111101101011111001001011111010101000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7C9; }

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

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

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

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

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

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

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

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