#FFEACB

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

Shades of Blanched Almond #FFEACB

Tints of Blanched Almond #FFEACB

Color information

#FFEACB (or 0xFFEACB) is unknown color: approx Blanched Almond. HEX triplet: FF, EA and CB. RGB value is (255,234,203). Sum of RGB (Red+Green+Blue) = 255+234+203=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEACB is #001534. Grayscale: #ECECEC. Windows color (decimal): -5429 or 13363967. OLE color: 13363967.

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

Color convert

RGB255234203-
CMYK00.080.200
HSL35.77º100%89.8%-
HSV(B)35.77º20.39%100%-
XYZ81.4484.4268.5-
YUV236.74108.96141.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 203 (79.69% from 255) = 29.34%
R=36.85%
G=33.82%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523420300.080.20035.7710089.8
HexFFEACB0814024645a
Octal37735231301024044144132
Binary1111111111101010110010110100010100010010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEACB; }

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

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

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

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

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

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

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

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