#F9D9CE

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

Shades of Cinderella #F9D9CE

Tints of Cinderella #F9D9CE

Color information

#F9D9CE (or 0xF9D9CE) is unknown color: approx Cinderella. HEX triplet: F9, D9 and CE. RGB value is (249,217,206). Sum of RGB (Red+Green+Blue) = 249+217+206=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D9CE is #062631. Grayscale: #E1E1E1. Windows color (decimal): -402994 or 13556217. OLE color: 13556217.

HSL color Cylindrical-coordinate representation of color #F9D9CE: hue angle of 15.35º 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 #F9D9CE is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249217206-
CMYK00.130.170.02
HSL15.35º78.18%89.22%-
HSV(B)15.35º17.27%97.65%-
XYZ75.0274.2268.76-
YUV225.31117.1144.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.05%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 206 (80.86% from 255) = 30.65%
R=37.05%
G=32.29%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921720600.130.170.0215.3578.1889.22
HexF9D9CE0D112f4e59
Octal37133131601521217116131
Binary111110011101100111001110011011000110111110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D9CE; }

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

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

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

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

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

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

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

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