#F7D5CB

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

Shades of Cinderella #F7D5CB

Tints of Cinderella #F7D5CB

Color information

#F7D5CB (or 0xF7D5CB) is unknown color: approx Cinderella. HEX triplet: F7, D5 and CB. RGB value is (247,213,203). Sum of RGB (Red+Green+Blue) = 247+213+203=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D5CB is #082A34. Grayscale: #DEDEDE. Windows color (decimal): -535093 or 13358583. OLE color: 13358583.

HSL color Cylindrical-coordinate representation of color #F7D5CB: hue angle of 13.64º degrees, saturation: 0.73, 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 #F7D5CB is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247213203-
CMYK00.140.180.03
HSL13.64º73.33%88.24%-
HSV(B)13.64º17.81%96.86%-
XYZ72.9371.6766.49-
YUV222.03117.26145.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.25%
GREEN value IS 213 (83.59% from 255) = 32.13%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=37.25%
G=32.13%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721320300.140.180.0313.6473.3388.24
HexF7D5CB0E123e4958
Octal36732531301622316111130
Binary111101111101010111001011011101001011111010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D5CB; }

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

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

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

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

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

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

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

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