#FAE8D9

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

Shades of Serenade #FAE8D9

Tints of Serenade #FAE8D9

Color information

#FAE8D9 (or 0xFAE8D9) is unknown color: approx Serenade. HEX triplet: FA, E8 and D9. RGB value is (250,232,217). Sum of RGB (Red+Green+Blue) = 250+232+217=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 232 (91.02% from 255 or 33.19% from 699); Blue value is 217 (85.16% from 255 or 31.04% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D9 is #051726. Grayscale: #EBEBEB. Windows color (decimal): -333607 or 14280954. OLE color: 14280954.

HSL color Cylindrical-coordinate representation of color #FAE8D9: hue angle of 27.27º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAE8D9 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250232217-
CMYK00.070.130.02
HSL27.27º76.74%91.57%-
HSV(B)27.27º13.2%98.04%-
XYZ80.8183.0577.42-
YUV235.67117.46138.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 232 (91.02% from 255) = 33.19%
BLUE value IS 217 (85.16% from 255) = 31.04%
R=35.77%
G=33.19%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023221700.070.130.0227.2776.7491.57
HexFAE8D907D21b4d5c
Octal3723503310715233115134
Binary11111010111010001101100101111101101101110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8D9; }

 p { color: rgb(250,232,217); }

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

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

 a { background-color: rgb(250,232,217); }

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

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

 span { border-color: rgb(250,232,217); }

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