#F9D9C9

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

Shades of Cinderella #F9D9C9

Tints of Cinderella #F9D9C9

Color information

#F9D9C9 (or 0xF9D9C9) is unknown color: approx Cinderella. HEX triplet: F9, D9 and C9. RGB value is (249,217,201). Sum of RGB (Red+Green+Blue) = 249+217+201=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 201 (78.91% from 255 or 30.13% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D9C9 is #062636. Grayscale: #E0E0E0. Windows color (decimal): -402999 or 13228537. OLE color: 13228537.

HSL color Cylindrical-coordinate representation of color #F9D9C9: hue angle of 20º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9D9C9 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249217201-
CMYK00.130.190.02
HSL20º80%88.24%-
HSV(B)20º19.28%97.65%-
XYZ74.4273.9865.62-
YUV224.74114.6145.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.33%
GREEN value IS 217 (85.16% from 255) = 32.53%
BLUE value IS 201 (78.91% from 255) = 30.13%
R=37.33%
G=32.53%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921720100.130.190.02208088.24
HexF9D9C90D132145058
Octal37133131101523224120130
Binary1111100111011001110010010110110011101010010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D9C9; }

 p { color: rgb(249,217,201); }

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

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

 a { background-color: rgb(249,217,201); }

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

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

 span { border-color: rgb(249,217,201); }

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