#FFEAC6

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

Shades of Blanched Almond #FFEAC6

Tints of Blanched Almond #FFEAC6

Color information

#FFEAC6 (or 0xFFEAC6) is unknown color: approx Blanched Almond. HEX triplet: FF, EA and C6. RGB value is (255,234,198). Sum of RGB (Red+Green+Blue) = 255+234+198=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 198 (77.73% from 255 or 28.82% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAC6 is #001539. Grayscale: #ECECEC. Windows color (decimal): -5434 or 13036287. OLE color: 13036287.

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

Color convert

RGB255234198-
CMYK00.080.220
HSL37.89º100%88.82%-
HSV(B)37.89º22.35%100%-
XYZ80.8684.1865.41-
YUV236.18106.46141.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 234 (91.80% from 255) = 34.06%
BLUE value IS 198 (77.73% from 255) = 28.82%
R=37.12%
G=34.06%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523419800.080.22037.8910088.82
HexFFEAC608160266459
Octal37735230601026046144131
Binary1111111111101010110001100100010110010011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAC6; }

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

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

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

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

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

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

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

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