#fee1aa

Color #FEE1AA Cape Honey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Honey #FEE1AA

Tints of Cape Honey #FEE1AA

Color information

#FEE1AA (or 0xFEE1AA) is unknown color: approx Cape Honey. HEX triplet: FE, E1 and AA. RGB value is (254,225,170). Sum of RGB (Red+Green+Blue) = 254+225+170=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1AA is #011E55. Grayscale: #E3E3E3. Windows color (decimal): -73302 or 11198974. OLE color: 11198974.

HSL color Cylindrical-coordinate representation of color #FEE1AA: hue angle of 39.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEE1AA is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB254225170-
CMYK00.110.330.00
HSL39.29º97.67%83.14%-
HSV(B)39.29º33.07%99.61%-
XYZ75.0577.8249.1-
YUV227.495.61146.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 170 (66.80% from 255) = 26.19%
R=39.14%
G=34.67%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422517000.110.330.0039.2997.6783.14
HexFEE1AA0B210276253
Octal37634125201341047142123
Binary11111110111000011010101001011100001010011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fee1aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fee1aa; }

 p { color: rgb(254,225,170); }

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

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

 a { background-color: rgb(254,225,170); }

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

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

 span { border-color: rgb(254,225,170); }

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