#F8D5C9

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

Shades of Cinderella #F8D5C9

Tints of Cinderella #F8D5C9

Color information

#F8D5C9 (or 0xF8D5C9) is unknown color: approx Cinderella. HEX triplet: F8, D5 and C9. RGB value is (248,213,201). Sum of RGB (Red+Green+Blue) = 248+213+201=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5C9 is #072A36. Grayscale: #DEDEDE. Windows color (decimal): -469559 or 13227512. OLE color: 13227512.

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

Color convert

RGB248213201-
CMYK00.140.190.03
HSL15.32º77.05%88.04%-
HSV(B)15.32º18.95%97.25%-
XYZ73.0571.7665.26-
YUV222.1116.1146.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.46%
GREEN value IS 213 (83.59% from 255) = 32.18%
BLUE value IS 201 (78.91% from 255) = 30.36%
R=37.46%
G=32.18%
B=30.36%

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
Decimal24821320100.140.190.0315.3277.0588.04
HexF8D5C90E133f4d58
Octal37032531101623317115130
Binary111110001101010111001001011101001111111110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D5C9; }

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

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

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

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

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

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

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

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