#FFEACA

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

Shades of Blanched Almond #FFEACA

Tints of Blanched Almond #FFEACA

Color information

#FFEACA (or 0xFFEACA) is unknown color: approx Blanched Almond. HEX triplet: FF, EA and CA. RGB value is (255,234,202). Sum of RGB (Red+Green+Blue) = 255+234+202=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEACA is #001535. Grayscale: #ECECEC. Windows color (decimal): -5430 or 13298431. OLE color: 13298431.

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

Color convert

RGB255234202-
CMYK00.080.210
HSL36.23º100%89.61%-
HSV(B)36.23º20.78%100%-
XYZ81.3284.3767.88-
YUV236.63108.46141.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 234 (91.80% from 255) = 33.86%
BLUE value IS 202 (79.30% from 255) = 29.23%
R=36.90%
G=33.86%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523420200.080.21036.2310089.61
HexFFEACA0815024645a
Octal37735231201025044144132
Binary1111111111101010110010100100010101010010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEACA; }

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

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

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

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

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

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

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

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