#FEE1A5

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

Shades of Cape Honey #FEE1A5

Tints of Cape Honey #FEE1A5

Color information

#FEE1A5 (or 0xFEE1A5) is unknown color: approx Cape Honey. HEX triplet: FE, E1 and A5. RGB value is (254,225,165). Sum of RGB (Red+Green+Blue) = 254+225+165=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 165 (64.84% from 255 or 25.62% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1A5 is #011E5A. Grayscale: #E3E3E3. Windows color (decimal): -73307 or 10871294. OLE color: 10871294.

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

Color convert

RGB254225165-
CMYK00.110.350.00
HSL40.45º97.8%82.16%-
HSV(B)40.45º35.04%99.61%-
XYZ74.5977.6446.65-
YUV226.8393.11147.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 225 (88.28% from 255) = 34.94%
BLUE value IS 165 (64.84% from 255) = 25.62%
R=39.44%
G=34.94%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422516500.110.350.0040.4597.882.16
HexFEE1A50B230286252
Octal37634124501343050142122
Binary11111110111000011010010101011100011010100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1A5; }

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

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

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

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

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

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

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

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