#FAE5D1

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

Shades of Serenade #FAE5D1

Tints of Serenade #FAE5D1

Color information

#FAE5D1 (or 0xFAE5D1) is unknown color: approx Serenade. HEX triplet: FA, E5 and D1. RGB value is (250,229,209). Sum of RGB (Red+Green+Blue) = 250+229+209=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 209 (82.03% from 255 or 30.38% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5D1 is #051A2E. Grayscale: #E9E9E9. Windows color (decimal): -334383 or 13755898. OLE color: 13755898.

HSL color Cylindrical-coordinate representation of color #FAE5D1: hue angle of 29.27º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAE5D1 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250229209-
CMYK00.080.160.02
HSL29.27º80.39%90%-
HSV(B)29.27º16.4%98.04%-
XYZ78.9580.9771.79-
YUV233114.46140.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 229 (89.84% from 255) = 33.28%
BLUE value IS 209 (82.03% from 255) = 30.38%
R=36.34%
G=33.28%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022920900.080.160.0229.2780.3990
HexFAE5D1081021d505a
Octal37234532101020235120132
Binary1111101011100101110100010100010000101110110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5D1; }

 p { color: rgb(250,229,209); }

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

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

 a { background-color: rgb(250,229,209); }

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

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

 span { border-color: rgb(250,229,209); }

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