#F9D7CA

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

Shades of Cinderella #F9D7CA

Tints of Cinderella #F9D7CA

Color information

#F9D7CA (or 0xF9D7CA) is unknown color: approx Cinderella. HEX triplet: F9, D7 and CA. RGB value is (249,215,202). Sum of RGB (Red+Green+Blue) = 249+215+202=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D7CA is #062835. Grayscale: #DFDFDF. Windows color (decimal): -403510 or 13293561. OLE color: 13293561.

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

Color convert

RGB249215202-
CMYK00.140.190.02
HSL16.6º79.66%88.43%-
HSV(B)16.6º18.88%97.65%-
XYZ74.037366.07-
YUV223.68115.76146.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.39%
GREEN value IS 215 (84.38% from 255) = 32.28%
BLUE value IS 202 (79.30% from 255) = 30.33%
R=37.39%
G=32.28%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921520200.140.190.0216.679.6688.43
HexF9D7CA0E132115058
Octal37132731201623221120130
Binary1111100111010111110010100111010011101000110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D7CA; }

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

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

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

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

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

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

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

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