#F9DDCD

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

Shades of Cinderella #F9DDCD

Tints of Cinderella #F9DDCD

Color information

#F9DDCD (or 0xF9DDCD) is unknown color: approx Cinderella. HEX triplet: F9, DD and CD. RGB value is (249,221,205). Sum of RGB (Red+Green+Blue) = 249+221+205=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDCD is #062232. Grayscale: #E3E3E3. Windows color (decimal): -401971 or 13491705. OLE color: 13491705.

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

Color convert

RGB249221205-
CMYK00.110.180.02
HSL21.82º78.57%89.02%-
HSV(B)21.82º17.67%97.65%-
XYZ75.9476.2668.47-
YUV227.55115.28143.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.89%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=36.89%
G=32.74%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922120500.110.180.0221.8278.5789.02
HexF9DDCD0B122164f59
Octal37133531501322226117131
Binary1111100111011101110011010101110010101011010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DDCD; }

 p { color: rgb(249,221,205); }

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

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

 a { background-color: rgb(249,221,205); }

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

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

 span { border-color: rgb(249,221,205); }

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