#FEE6AF

Color #FEE6AF Banana Mania (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Banana Mania #FEE6AF

Tints of Banana Mania #FEE6AF

Color information

#FEE6AF (or 0xFEE6AF) is unknown color: approx Banana Mania. HEX triplet: FE, E6 and AF. RGB value is (254,230,175). Sum of RGB (Red+Green+Blue) = 254+230+175=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 175 (68.75% from 255 or 26.56% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6AF is #011950. Grayscale: #E7E7E7. Windows color (decimal): -72017 or 11527934. OLE color: 11527934.

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

Color convert

RGB254230175-
CMYK00.090.310.00
HSL41.77º97.53%84.12%-
HSV(B)41.77º31.1%99.61%-
XYZ76.9180.7652.09-
YUV230.9196.45144.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 230 (90.23% from 255) = 34.90%
BLUE value IS 175 (68.75% from 255) = 26.56%
R=38.54%
G=34.90%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423017500.090.310.0041.7797.5384.12
HexFEE6AF091F02a6254
Octal37634625701137052142124
Binary1111111011100110101011110100111111010101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6AF; }

 p { color: rgb(254,230,175); }

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

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

 a { background-color: rgb(254,230,175); }

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

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

 span { border-color: rgb(254,230,175); }

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