#F9D7CE

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

Shades of Cinderella #F9D7CE

Tints of Cinderella #F9D7CE

Color information

#F9D7CE (or 0xF9D7CE) is unknown color: approx Cinderella. HEX triplet: F9, D7 and CE. RGB value is (249,215,206). Sum of RGB (Red+Green+Blue) = 249+215+206=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D7CE is #062831. Grayscale: #E0E0E0. Windows color (decimal): -403506 or 13555705. OLE color: 13555705.

HSL color Cylindrical-coordinate representation of color #F9D7CE: hue angle of 12.56º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9D7CE is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249215206-
CMYK00.140.170.02
HSL12.56º78.18%89.22%-
HSV(B)12.56º17.27%97.65%-
XYZ74.5173.268.59-
YUV224.14117.76145.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.16%
GREEN value IS 215 (84.38% from 255) = 32.09%
BLUE value IS 206 (80.86% from 255) = 30.75%
R=37.16%
G=32.09%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921520600.140.170.0212.5678.1889.22
HexF9D7CE0E112d4e59
Octal37132731601621215116131
Binary111110011101011111001110011101000110110110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D7CE; }

 p { color: rgb(249,215,206); }

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

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

 a { background-color: rgb(249,215,206); }

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

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

 span { border-color: rgb(249,215,206); }

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