#F8DACB

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

Shades of Cinderella #F8DACB

Tints of Cinderella #F8DACB

Color information

#F8DACB (or 0xF8DACB) is unknown color: approx Cinderella. HEX triplet: F8, DA and CB. RGB value is (248,218,203). Sum of RGB (Red+Green+Blue) = 248+218+203=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DACB is #072534. Grayscale: #E1E1E1. Windows color (decimal): -468277 or 13359864. OLE color: 13359864.

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

Color convert

RGB248218203-
CMYK00.120.180.03
HSL20º76.27%88.43%-
HSV(B)20º18.15%97.25%-
XYZ74.5674.4166.93-
YUV225.26115.44144.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 203 (79.69% from 255) = 30.34%
R=37.07%
G=32.59%
B=30.34%

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
Decimal24821820300.120.180.032076.2788.43
HexF8DACB0C123144c58
Octal37033231301422324114130
Binary1111100011011010110010110110010010111010010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DACB; }

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

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

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

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

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

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

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

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