#F9D8CA

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

Shades of Cinderella #F9D8CA

Tints of Cinderella #F9D8CA

Color information

#F9D8CA (or 0xF9D8CA) is unknown color: approx Cinderella. HEX triplet: F9, D8 and CA. RGB value is (249,216,202). Sum of RGB (Red+Green+Blue) = 249+216+202=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D8CA is #062735. Grayscale: #E0E0E0. Windows color (decimal): -403254 or 13293817. OLE color: 13293817.

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

Color convert

RGB249216202-
CMYK00.130.190.02
HSL17.87º79.66%88.43%-
HSV(B)17.87º18.88%97.65%-
XYZ74.2873.5266.15-
YUV224.27115.43145.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.33%
GREEN value IS 216 (84.77% from 255) = 32.38%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=37.33%
G=32.38%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921620200.130.190.0217.8779.6688.43
HexF9D8CA0D132125058
Octal37133031201523222120130
Binary1111100111011000110010100110110011101001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D8CA; }

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

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

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

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

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

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

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

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