#F8D8CC

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

Shades of Cinderella #F8D8CC

Tints of Cinderella #F8D8CC

Color information

#F8D8CC (or 0xF8D8CC) is unknown color: approx Cinderella. HEX triplet: F8, D8 and CC. RGB value is (248,216,204). Sum of RGB (Red+Green+Blue) = 248+216+204=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D8CC is #072733. Grayscale: #E0E0E0. Windows color (decimal): -468788 or 13424888. OLE color: 13424888.

HSL color Cylindrical-coordinate representation of color #F8D8CC: hue angle of 16.36º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8D8CC is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248216204-
CMYK00.130.180.03
HSL16.36º75.86%88.63%-
HSV(B)16.36º17.74%97.25%-
XYZ74.1773.4367.39-
YUV224.2116.6144.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.13%
GREEN value IS 216 (84.77% from 255) = 32.34%
BLUE value IS 204 (80.08% from 255) = 30.54%
R=37.13%
G=32.34%
B=30.54%

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
Decimal24821620400.130.180.0316.3675.8688.63
HexF8D8CC0D123104c59
Octal37033031401522320114131
Binary1111100011011000110011000110110010111000010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D8CC; }

 p { color: rgb(248,216,204); }

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

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

 a { background-color: rgb(248,216,204); }

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

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

 span { border-color: rgb(248,216,204); }

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