#FAEAD0

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

Shades of Blanched Almond #FAEAD0

Tints of Blanched Almond #FAEAD0

Color information

#FAEAD0 (or 0xFAEAD0) is unknown color: approx Blanched Almond. HEX triplet: FA, EA and D0. RGB value is (250,234,208). Sum of RGB (Red+Green+Blue) = 250+234+208=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 208 (81.64% from 255 or 30.06% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAD0 is #05152F. Grayscale: #EBEBEB. Windows color (decimal): -333104 or 13691642. OLE color: 13691642.

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

Color convert

RGB250234208-
CMYK00.060.170.02
HSL37.14º80.77%89.8%-
HSV(B)37.14º16.8%98.04%-
XYZ80.2383.7271.61-
YUV235.82112.3138.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 208 (81.64% from 255) = 30.06%
R=36.13%
G=33.82%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023420800.060.170.0237.1480.7789.8
HexFAEAD00611225515a
Octal3723523200621245121132
Binary1111101011101010110100000110100011010010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAD0; }

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

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

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

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

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

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

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

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