#F9D6CA

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

Shades of Cinderella #F9D6CA

Tints of Cinderella #F9D6CA

Color information

#F9D6CA (or 0xF9D6CA) is unknown color: approx Cinderella. HEX triplet: F9, D6 and CA. RGB value is (249,214,202). Sum of RGB (Red+Green+Blue) = 249+214+202=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6CA is #062935. Grayscale: #DFDFDF. Windows color (decimal): -403766 or 13293305. OLE color: 13293305.

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

Color convert

RGB249214202-
CMYK00.140.190.02
HSL15.32º79.66%88.43%-
HSV(B)15.32º18.88%97.65%-
XYZ73.7772.565.98-
YUV223.1116.1146.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.44%
GREEN value IS 214 (83.98% from 255) = 32.18%
BLUE value IS 202 (79.30% from 255) = 30.38%
R=37.44%
G=32.18%
B=30.38%

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
Decimal24921420200.140.190.0215.3279.6688.43
HexF9D6CA0E132f5058
Octal37132631201623217120130
Binary111110011101011011001010011101001110111110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D6CA; }

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

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

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

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

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

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

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

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