#F8D5CA

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

Shades of Cinderella #F8D5CA

Tints of Cinderella #F8D5CA

Color information

#F8D5CA (or 0xF8D5CA) is unknown color: approx Cinderella. HEX triplet: F8, D5 and CA. RGB value is (248,213,202). Sum of RGB (Red+Green+Blue) = 248+213+202=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5CA is #072A35. Grayscale: #DEDEDE. Windows color (decimal): -469558 or 13293048. OLE color: 13293048.

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

Color convert

RGB248213202-
CMYK00.140.190.03
HSL14.35º76.67%88.24%-
HSV(B)14.35º18.55%97.25%-
XYZ73.1771.8165.88-
YUV222.21116.6146.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.41%
GREEN value IS 213 (83.59% from 255) = 32.13%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=37.41%
G=32.13%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821320200.140.190.0314.3576.6788.24
HexF8D5CA0E133e4d58
Octal37032531201623316115130
Binary111110001101010111001010011101001111111010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D5CA; }

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

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

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

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

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

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

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

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