#F7D7CE

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

Shades of Cinderella #F7D7CE

Tints of Cinderella #F7D7CE

Color information

#F7D7CE (or 0xF7D7CE) is unknown color: approx Cinderella. HEX triplet: F7, D7 and CE. RGB value is (247,215,206). Sum of RGB (Red+Green+Blue) = 247+215+206=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D7CE is #082831. Grayscale: #DFDFDF. Windows color (decimal): -534578 or 13555703. OLE color: 13555703.

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

Color convert

RGB247215206-
CMYK00.130.170.03
HSL13.17º71.93%88.82%-
HSV(B)13.17º16.6%96.86%-
XYZ73.872.8368.56-
YUV223.54118.1144.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 215 (84.38% from 255) = 32.19%
BLUE value IS 206 (80.86% from 255) = 30.84%
R=36.98%
G=32.19%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721520600.130.170.0313.1771.9388.82
HexF7D7CE0D113d4859
Octal36732731601521315110131
Binary111101111101011111001110011011000111110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D7CE; }

 p { color: rgb(247,215,206); }

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

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

 a { background-color: rgb(247,215,206); }

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

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

 span { border-color: rgb(247,215,206); }

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