Html Css Color HEX #FAE6AF Banana Mania

📋 copy color: '#FAE6AF'

red 250 ◦ green 230 ◦ blue 175

#FAE6AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Banana Mania #FAE6AF

Tints of Banana Mania #FAE6AF

RGB

 RED value IS 250 (98.05% from 255) = 38.17%

 GREEN value IS 230 (90.23% from 255) = 35.11%

 BLUE value IS 175 (68.75% from 255) = 26.72%

R = 38.17%
G = 35.11%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAE6AF (or 0xFAE6AF) is known color: Banana Mania. HEX triplet: FA, E6 and AF. RGB value is (250,230,175). Sum of RGB (Red+Green+Blue) = 250+230+175=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6AF is #051950. Grayscale: #E5E5E5. Windows color (decimal): -334161 or 11527930. OLE color: 11527930.

HSL color Cylindrical-coordinate representation of color #FAE6AF: hue angle of 44º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAE6AF is Cyan = 0, Magento = 0.08, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 230 175 -
CMYK 0 0.08 0.3 0.02
HSL 44º 0.88% 0.83% -
HSV(B) 44º 0.3% 0.98% -
XYZ 75.46 80.01 52.02 -
YUV 229.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 250 230 175 0 0.08 0.3 0.02 44 0.88 0.83
Hex FA E6 AF 0 8 1E 2 2C 58 53
Octal 372 346 257 0 10 36 2 54 130 123
Binary 11111010 11100110 10101111 0 1000 11110 10 101100 1011000 1010011

Color Harmonies of #FAE6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6AF

Black with #FAE6AF

Text Example


Text Example

White with #FAE6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6AF; }

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

 H1.HeaderClassName
 {
   color: #FAE6AF;
 }
 .AnyTagClassName
 {
   color: #FAE6AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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