#FAE3D0

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

Shades of Serenade #FAE3D0

Tints of Serenade #FAE3D0

Color information

#FAE3D0 (or 0xFAE3D0) is unknown color: approx Serenade. HEX triplet: FA, E3 and D0. RGB value is (250,227,208). Sum of RGB (Red+Green+Blue) = 250+227+208=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3D0 is #051C2F. Grayscale: #E7E7E7. Windows color (decimal): -334896 or 13689850. OLE color: 13689850.

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

Color convert

RGB250227208-
CMYK00.090.170.02
HSL27.14º80.77%89.8%-
HSV(B)27.14º16.8%98.04%-
XYZ78.2879.8270.95-
YUV231.71114.62141.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 227 (89.06% from 255) = 33.14%
BLUE value IS 208 (81.64% from 255) = 30.36%
R=36.50%
G=33.14%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022720800.090.170.0227.1480.7789.8
HexFAE3D0091121b515a
Octal37234332001121233121132
Binary1111101011100011110100000100110001101101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3D0; }

 p { color: rgb(250,227,208); }

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

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

 a { background-color: rgb(250,227,208); }

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

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

 span { border-color: rgb(250,227,208); }

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