#FEEACC

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

Shades of Blanched Almond #FEEACC

Tints of Blanched Almond #FEEACC

Color information

#FEEACC (or 0xFEEACC) is unknown color: approx Blanched Almond. HEX triplet: FE, EA and CC. RGB value is (254,234,204). Sum of RGB (Red+Green+Blue) = 254+234+204=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 204 (80.08% from 255 or 29.48% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEACC is #011533. Grayscale: #ECECEC. Windows color (decimal): -70964 or 13429502. OLE color: 13429502.

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

Color convert

RGB254234204-
CMYK00.080.200.00
HSL36º96.15%89.8%-
HSV(B)36º19.69%99.61%-
XYZ81.1984.2869.11-
YUV236.56109.63140.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 204 (80.08% from 255) = 29.48%
R=36.71%
G=33.82%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423420400.080.200.003696.1589.8
HexFEEACC0814024605a
Octal37635231401024044140132
Binary1111111011101010110011000100010100010010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEACC; }

 p { color: rgb(254,234,204); }

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

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

 a { background-color: rgb(254,234,204); }

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

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

 span { border-color: rgb(254,234,204); }

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