#F8D9CA

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

Shades of Cinderella #F8D9CA

Tints of Cinderella #F8D9CA

Color information

#F8D9CA (or 0xF8D9CA) is unknown color: approx Cinderella. HEX triplet: F8, D9 and CA. RGB value is (248,217,202). Sum of RGB (Red+Green+Blue) = 248+217+202=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9CA is #072635. Grayscale: #E0E0E0. Windows color (decimal): -468534 or 13294072. OLE color: 13294072.

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

Color convert

RGB248217202-
CMYK00.120.190.03
HSL19.57º76.67%88.24%-
HSV(B)19.57º18.55%97.25%-
XYZ74.1873.8566.22-
YUV224.56115.27144.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.18%
GREEN value IS 217 (85.16% from 255) = 32.53%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=37.18%
G=32.53%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821720200.120.190.0319.5776.6788.24
HexF8D9CA0C133144d58
Octal37033131201423324115130
Binary1111100011011001110010100110010011111010010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D9CA; }

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

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

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

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

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

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

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

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