#FEEACE

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

Shades of Blanched Almond #FEEACE

Tints of Blanched Almond #FEEACE

Color information

#FEEACE (or 0xFEEACE) is unknown color: approx Blanched Almond. HEX triplet: FE, EA and CE. RGB value is (254,234,206). Sum of RGB (Red+Green+Blue) = 254+234+206=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEACE is #011531. Grayscale: #ECECEC. Windows color (decimal): -70962 or 13560574. OLE color: 13560574.

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

Color convert

RGB254234206-
CMYK00.080.190.00
HSL35º96%90.2%-
HSV(B)35º18.9%99.61%-
XYZ81.4484.3770.39-
YUV236.79110.63140.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 234 (91.80% from 255) = 33.72%
BLUE value IS 206 (80.86% from 255) = 29.68%
R=36.60%
G=33.72%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423420600.080.190.00359690.2
HexFEEACE0813023605a
Octal37635231601023043140132
Binary1111111011101010110011100100010011010001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEACE; }

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

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

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

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

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

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

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

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