#FAE4D3

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

Shades of Serenade #FAE4D3

Tints of Serenade #FAE4D3

Color information

#FAE4D3 (or 0xFAE4D3) is unknown color: approx Serenade. HEX triplet: FA, E4 and D3. RGB value is (250,228,211). Sum of RGB (Red+Green+Blue) = 250+228+211=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 211 (82.81% from 255 or 30.62% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4D3 is #051B2C. Grayscale: #E8E8E8. Windows color (decimal): -334637 or 13886714. OLE color: 13886714.

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

Color convert

RGB250228211-
CMYK00.090.160.02
HSL26.15º79.59%90.39%-
HSV(B)26.15º15.6%98.04%-
XYZ78.9380.5173.01-
YUV232.64115.79140.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 228 (89.45% from 255) = 33.09%
BLUE value IS 211 (82.81% from 255) = 30.62%
R=36.28%
G=33.09%
B=30.62%

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
Decimal25022821100.090.160.0226.1579.5990.39
HexFAE4D3091021a505a
Octal37234432301120232120132
Binary1111101011100100110100110100110000101101010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4D3; }

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

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

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

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

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

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

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

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