#F7D9CD

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

Shades of Cinderella #F7D9CD

Tints of Cinderella #F7D9CD

Color information

#F7D9CD (or 0xF7D9CD) is unknown color: approx Cinderella. HEX triplet: F7, D9 and CD. RGB value is (247,217,205). Sum of RGB (Red+Green+Blue) = 247+217+205=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D9CD is #082632. Grayscale: #E0E0E0. Windows color (decimal): -534067 or 13490679. OLE color: 13490679.

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

Color convert

RGB247217205-
CMYK00.120.170.03
HSL17.14º72.41%88.63%-
HSV(B)17.14º17%96.86%-
XYZ74.1973.8168.09-
YUV224.6116.94143.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.92%
GREEN value IS 217 (85.16% from 255) = 32.44%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=36.92%
G=32.44%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721720500.120.170.0317.1472.4188.63
HexF7D9CD0C113114859
Octal36733131501421321110131
Binary1111011111011001110011010110010001111000110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D9CD; }

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

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

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

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

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

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

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

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