#FAE8DA

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

Shades of Serenade #FAE8DA

Tints of Serenade #FAE8DA

Color information

#FAE8DA (or 0xFAE8DA) is unknown color: approx Serenade. HEX triplet: FA, E8 and DA. RGB value is (250,232,218). Sum of RGB (Red+Green+Blue) = 250+232+218=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8DA is #051725. Grayscale: #EBEBEB. Windows color (decimal): -333606 or 14346490. OLE color: 14346490.

HSL color Cylindrical-coordinate representation of color #FAE8DA: hue angle of 26.25º degrees, saturation: 0.76, 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 #FAE8DA is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250232218-
CMYK00.070.130.02
HSL26.25º76.19%91.76%-
HSV(B)26.25º12.8%98.04%-
XYZ80.9483.178.1-
YUV235.79117.96138.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 232 (91.02% from 255) = 33.14%
BLUE value IS 218 (85.55% from 255) = 31.14%
R=35.71%
G=33.14%
B=31.14%

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
Decimal25023221800.070.130.0226.2576.1991.76
HexFAE8DA07D21a4c5c
Octal3723503320715232114134
Binary11111010111010001101101001111101101101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8DA; }

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

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

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

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

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

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

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

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