#F9DACC

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

Shades of Cinderella #F9DACC

Tints of Cinderella #F9DACC

Color information

#F9DACC (or 0xF9DACC) is unknown color: approx Cinderella. HEX triplet: F9, DA and CC. RGB value is (249,218,204). Sum of RGB (Red+Green+Blue) = 249+218+204=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DACC is #062533. Grayscale: #E1E1E1. Windows color (decimal): -402740 or 13425401. OLE color: 13425401.

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

Color convert

RGB249218204-
CMYK00.120.180.02
HSL18.67º78.95%88.82%-
HSV(B)18.67º18.07%97.65%-
XYZ75.0474.6467.58-
YUV225.67115.77144.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.11%
GREEN value IS 218 (85.55% from 255) = 32.49%
BLUE value IS 204 (80.08% from 255) = 30.40%
R=37.11%
G=32.49%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921820400.120.180.0218.6778.9588.82
HexF9DACC0C122134f59
Octal37133231401422223117131
Binary1111100111011010110011000110010010101001110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DACC; }

 p { color: rgb(249,218,204); }

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

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

 a { background-color: rgb(249,218,204); }

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

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

 span { border-color: rgb(249,218,204); }

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