#FAEAD9

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

Shades of Serenade #FAEAD9

Tints of Serenade #FAEAD9

Color information

#FAEAD9 (or 0xFAEAD9) is unknown color: approx Serenade. HEX triplet: FA, EA and D9. RGB value is (250,234,217). Sum of RGB (Red+Green+Blue) = 250+234+217=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 217 (85.16% from 255 or 30.96% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAD9 is #051526. Grayscale: #ECECEC. Windows color (decimal): -333095 or 14281466. OLE color: 14281466.

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

Color convert

RGB250234217-
CMYK00.060.130.02
HSL30.91º76.74%91.57%-
HSV(B)30.91º13.2%98.04%-
XYZ81.3784.1877.61-
YUV236.85116.8137.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 234 (91.80% from 255) = 33.38%
BLUE value IS 217 (85.16% from 255) = 30.96%
R=35.66%
G=33.38%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023421700.060.130.0230.9176.7491.57
HexFAEAD906D21f4d5c
Octal3723523310615237115134
Binary11111010111010101101100101101101101111110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAD9; }

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

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

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

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

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

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

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

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