#F7DACB

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

Shades of Cinderella #F7DACB

Tints of Cinderella #F7DACB

Color information

#F7DACB (or 0xF7DACB) is unknown color: approx Cinderella. HEX triplet: F7, DA and CB. RGB value is (247,218,203). Sum of RGB (Red+Green+Blue) = 247+218+203=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DACB is #082534. Grayscale: #E1E1E1. Windows color (decimal): -533813 or 13359863. OLE color: 13359863.

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

Color convert

RGB247218203-
CMYK00.120.180.03
HSL20.45º73.33%88.24%-
HSV(B)20.45º17.81%96.86%-
XYZ74.2174.2366.92-
YUV224.96115.61143.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 203 (79.69% from 255) = 30.39%
R=36.98%
G=32.63%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721820300.120.180.0320.4573.3388.24
HexF7DACB0C123144958
Octal36733231301422324111130
Binary1111011111011010110010110110010010111010010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DACB; }

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

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

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

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

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

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

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

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