#FFEAC5

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

Shades of Blanched Almond #FFEAC5

Tints of Blanched Almond #FFEAC5

Color information

#FFEAC5 (or 0xFFEAC5) is unknown color: approx Blanched Almond. HEX triplet: FF, EA and C5. RGB value is (255,234,197). Sum of RGB (Red+Green+Blue) = 255+234+197=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 197 (77.34% from 255 or 28.72% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAC5 is #00153A. Grayscale: #ECECEC. Windows color (decimal): -5435 or 12970751. OLE color: 12970751.

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

Color convert

RGB255234197-
CMYK00.080.230
HSL38.28º100%88.63%-
HSV(B)38.28º22.75%100%-
XYZ80.7484.1464.81-
YUV236.06105.96141.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 197 (77.34% from 255) = 28.72%
R=37.17%
G=34.11%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523419700.080.23038.2810088.63
HexFFEAC508170266459
Octal37735230501027046144131
Binary1111111111101010110001010100010111010011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAC5; }

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

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

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

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

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

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

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

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