#F7D9CA

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

Shades of Cinderella #F7D9CA

Tints of Cinderella #F7D9CA

Color information

#F7D9CA (or 0xF7D9CA) is unknown color: approx Cinderella. HEX triplet: F7, D9 and CA. RGB value is (247,217,202). Sum of RGB (Red+Green+Blue) = 247+217+202=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D9CA is #082635. Grayscale: #E0E0E0. Windows color (decimal): -534070 or 13294071. OLE color: 13294071.

HSL color Cylindrical-coordinate representation of color #F7D9CA: hue angle of 20º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7D9CA is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247217202-
CMYK00.120.180.03
HSL20º73.77%88.04%-
HSV(B)20º18.22%96.86%-
XYZ73.8373.6666.2-
YUV224.26115.44144.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.09%
GREEN value IS 217 (85.16% from 255) = 32.58%
BLUE value IS 202 (79.30% from 255) = 30.33%
R=37.09%
G=32.58%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721720200.120.180.032073.7788.04
HexF7D9CA0C123144a58
Octal36733131201422324112130
Binary1111011111011001110010100110010010111010010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D9CA; }

 p { color: rgb(247,217,202); }

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

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

 a { background-color: rgb(247,217,202); }

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

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

 span { border-color: rgb(247,217,202); }

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