#FED9C7

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

Shades of Cinderella #FED9C7

Tints of Cinderella #FED9C7

Color information

#FED9C7 (or 0xFED9C7) is unknown color: approx Cinderella. HEX triplet: FE, D9 and C7. RGB value is (254,217,199). Sum of RGB (Red+Green+Blue) = 254+217+199=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 199 (78.12% from 255 or 29.70% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9C7 is #012638. Grayscale: #E2E2E2. Windows color (decimal): -75321 or 13097470. OLE color: 13097470.

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

Color convert

RGB254217199-
CMYK00.150.220.00
HSL19.64º96.49%88.82%-
HSV(B)19.64º21.65%99.61%-
XYZ75.9974.8264.47-
YUV226.01112.76147.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 217 (85.16% from 255) = 32.39%
BLUE value IS 199 (78.12% from 255) = 29.70%
R=37.91%
G=32.39%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421719900.150.220.0019.6496.4988.82
HexFED9C70F160146059
Octal37633130701726024140131
Binary111111101101100111000111011111011001010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9C7; }

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

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

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

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

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

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

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

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