#F7D7CB

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

Shades of Cinderella #F7D7CB

Tints of Cinderella #F7D7CB

Color information

#F7D7CB (or 0xF7D7CB) is unknown color: approx Cinderella. HEX triplet: F7, D7 and CB. RGB value is (247,215,203). Sum of RGB (Red+Green+Blue) = 247+215+203=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 215 (84.38% from 255 or 32.33% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D7CB is #082834. Grayscale: #DFDFDF. Windows color (decimal): -534581 or 13359095. OLE color: 13359095.

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

Color convert

RGB247215203-
CMYK00.130.180.03
HSL16.36º73.33%88.24%-
HSV(B)16.36º17.81%96.86%-
XYZ73.4472.6966.66-
YUV223.2116.6144.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.14%
GREEN value IS 215 (84.38% from 255) = 32.33%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=37.14%
G=32.33%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721520300.130.180.0316.3673.3388.24
HexF7D7CB0D123104958
Octal36732731301522320111130
Binary1111011111010111110010110110110010111000010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D7CB; }

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

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

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

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

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

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

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

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