#F9DACA

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

Shades of Cinderella #F9DACA

Tints of Cinderella #F9DACA

Color information

#F9DACA (or 0xF9DACA) is unknown color: approx Cinderella. HEX triplet: F9, DA and CA. RGB value is (249,218,202). Sum of RGB (Red+Green+Blue) = 249+218+202=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DACA is #062535. Grayscale: #E1E1E1. Windows color (decimal): -402742 or 13294329. OLE color: 13294329.

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

Color convert

RGB249218202-
CMYK00.120.190.02
HSL20.43º79.66%88.43%-
HSV(B)20.43º18.88%97.65%-
XYZ74.874.5566.32-
YUV225.44114.77144.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.22%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=37.22%
G=32.59%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921820200.120.190.0220.4379.6688.43
HexF9DACA0C132145058
Octal37133231201423224120130
Binary1111100111011010110010100110010011101010010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DACA; }

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

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

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

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

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

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

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

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