#FAE9DA

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

Shades of Serenade #FAE9DA

Tints of Serenade #FAE9DA

Color information

#FAE9DA (or 0xFAE9DA) is unknown color: approx Serenade. HEX triplet: FA, E9 and DA. RGB value is (250,233,218). Sum of RGB (Red+Green+Blue) = 250+233+218=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 233 (91.41% from 255 or 33.24% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9DA is #051625. Grayscale: #ECECEC. Windows color (decimal): -333350 or 14346746. OLE color: 14346746.

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

Color convert

RGB250233218-
CMYK00.070.130.02
HSL28.13º76.19%91.76%-
HSV(B)28.13º12.8%98.04%-
XYZ81.2283.6678.2-
YUV236.37117.63137.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 233 (91.41% from 255) = 33.24%
BLUE value IS 218 (85.55% from 255) = 31.10%
R=35.66%
G=33.24%
B=31.10%

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
Decimal25023321800.070.130.0228.1376.1991.76
HexFAE9DA07D21c4c5c
Octal3723513320715234114134
Binary11111010111010011101101001111101101110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9DA; }

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

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

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

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

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

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

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

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