#F8D9CD

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

Shades of Cinderella #F8D9CD

Tints of Cinderella #F8D9CD

Color information

#F8D9CD (or 0xF8D9CD) is unknown color: approx Cinderella. HEX triplet: F8, D9 and CD. RGB value is (248,217,205). Sum of RGB (Red+Green+Blue) = 248+217+205=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9CD is #072632. Grayscale: #E0E0E0. Windows color (decimal): -468531 or 13490680. OLE color: 13490680.

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

Color convert

RGB248217205-
CMYK00.120.170.03
HSL16.74º75.44%88.82%-
HSV(B)16.74º17.34%97.25%-
XYZ74.5473.9968.11-
YUV224.9116.77144.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.01%
GREEN value IS 217 (85.16% from 255) = 32.39%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=37.01%
G=32.39%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821720500.120.170.0316.7475.4488.82
HexF8D9CD0C113114b59
Octal37033131501421321113131
Binary1111100011011001110011010110010001111000110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D9CD; }

 p { color: rgb(248,217,205); }

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

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

 a { background-color: rgb(248,217,205); }

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

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

 span { border-color: rgb(248,217,205); }

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