#FFEAD0

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

Shades of Blanched Almond #FFEAD0

Tints of Blanched Almond #FFEAD0

Color information

#FFEAD0 (or 0xFFEAD0) is unknown color: approx Blanched Almond. HEX triplet: FF, EA and D0. RGB value is (255,234,208). Sum of RGB (Red+Green+Blue) = 255+234+208=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 208 (81.64% from 255 or 29.84% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAD0 is #00152F. Grayscale: #EDEDED. Windows color (decimal): -5424 or 13691647. OLE color: 13691647.

HSL color Cylindrical-coordinate representation of color #FFEAD0: hue angle of 33.19º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFEAD0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255234208-
CMYK00.080.180
HSL33.19º100%90.78%-
HSV(B)33.19º18.43%100%-
XYZ82.0584.6671.69-
YUV237.32111.46140.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 208 (81.64% from 255) = 29.84%
R=36.59%
G=33.57%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523420800.080.18033.1910090.78
HexFFEAD00812021645b
Octal37735232001022041144133
Binary1111111111101010110100000100010010010000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAD0; }

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

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

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

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

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

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

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

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