#F7D5CC

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

Shades of Cinderella #F7D5CC

Tints of Cinderella #F7D5CC

Color information

#F7D5CC (or 0xF7D5CC) is unknown color: approx Cinderella. HEX triplet: F7, D5 and CC. RGB value is (247,213,204). Sum of RGB (Red+Green+Blue) = 247+213+204=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D5CC is #082A33. Grayscale: #DEDEDE. Windows color (decimal): -535092 or 13424119. OLE color: 13424119.

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

Color convert

RGB247213204-
CMYK00.140.170.03
HSL12.56º72.88%88.43%-
HSV(B)12.56º17.41%96.86%-
XYZ73.0571.7267.12-
YUV222.14117.76145.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.20%
GREEN value IS 213 (83.59% from 255) = 32.08%
BLUE value IS 204 (80.08% from 255) = 30.72%
R=37.20%
G=32.08%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721320400.140.170.0312.5672.8888.43
HexF7D5CC0E113d4958
Octal36732531401621315111130
Binary111101111101010111001100011101000111110110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D5CC; }

 p { color: rgb(247,213,204); }

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

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

 a { background-color: rgb(247,213,204); }

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

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

 span { border-color: rgb(247,213,204); }

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