#FEE3A8

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

Shades of Cape Honey #FEE3A8

Tints of Cape Honey #FEE3A8

Color information

#FEE3A8 (or 0xFEE3A8) is unknown color: approx Cape Honey. HEX triplet: FE, E3 and A8. RGB value is (254,227,168). Sum of RGB (Red+Green+Blue) = 254+227+168=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 168 (66.02% from 255 or 25.89% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE3A8 is #011C57. Grayscale: #E4E4E4. Windows color (decimal): -72792 or 11068414. OLE color: 11068414.

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

Color convert

RGB254227168-
CMYK00.110.340.00
HSL41.16º97.73%82.75%-
HSV(B)41.16º33.86%99.61%-
XYZ75.4178.8448.29-
YUV228.3593.95146.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 227 (89.06% from 255) = 34.98%
BLUE value IS 168 (66.02% from 255) = 25.89%
R=39.14%
G=34.98%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422716800.110.340.0041.1697.7382.75
HexFEE3A80B220296253
Octal37634325001342051142123
Binary11111110111000111010100001011100010010100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE3A8; }

 p { color: rgb(254,227,168); }

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

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

 a { background-color: rgb(254,227,168); }

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

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

 span { border-color: rgb(254,227,168); }

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