#FAE4D1

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

Shades of Serenade #FAE4D1

Tints of Serenade #FAE4D1

Color information

#FAE4D1 (or 0xFAE4D1) is unknown color: approx Serenade. HEX triplet: FA, E4 and D1. RGB value is (250,228,209). Sum of RGB (Red+Green+Blue) = 250+228+209=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 209 (82.03% from 255 or 30.42% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4D1 is #051B2E. Grayscale: #E8E8E8. Windows color (decimal): -334639 or 13755642. OLE color: 13755642.

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

Color convert

RGB250228209-
CMYK00.090.160.02
HSL27.8º80.39%90%-
HSV(B)27.8º16.4%98.04%-
XYZ78.6880.4171.7-
YUV232.41114.79140.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 228 (89.45% from 255) = 33.19%
BLUE value IS 209 (82.03% from 255) = 30.42%
R=36.39%
G=33.19%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022820900.090.160.0227.880.3990
HexFAE4D1091021c505a
Octal37234432101120234120132
Binary1111101011100100110100010100110000101110010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4D1; }

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

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

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

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

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

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

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

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