Html Css Color HEX #FAEAAD Banana Mania

📋 copy color: '#FAEAAD'

red 250 ◦ green 234 ◦ blue 173

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

Shades of Banana Mania #FAEAAD

Tints of Banana Mania #FAEAAD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.62%

 BLUE value IS 173 (67.97% from 255) = 26.33%

R = 38.05%
G = 35.62%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAEAAD (or 0xFAEAAD) is known color: Banana Mania. HEX triplet: FA, EA and AD. RGB value is (250,234,173). Sum of RGB (Red+Green+Blue) = 250+234+173=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 173 (67.97% from 255 or 26.33% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAAD is #051552. Grayscale: #E8E8E8. Windows color (decimal): -333139 or 11397882. OLE color: 11397882.

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

Color convert

RGB 250 234 173 -
CMYK 0 0.06 0.31 0.02
HSL 47.53º 0.89% 0.83% -
HSV(B) 47.53º 0.31% 0.98% -
XYZ 76.39 82.19 51.37 -
YUV 231.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 250 234 173 0 0.06 0.31 0.02 47.53 0.89 0.83
Hex FA EA AD 0 6 1F 2 30 59 53
Octal 372 352 255 0 6 37 2 60 131 123
Binary 11111010 11101010 10101101 0 110 11111 10 110000 1011001 1010011

Color Harmonies of #FAEAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAAD

Black with #FAEAAD

Text Example


Text Example

White with #FAEAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAAD; }

 p { color: rgb(250,234,173); }

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

background-color css

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

 a { background-color: rgb(250,234,173); }

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

border-color css

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

 span { border-color: rgb(250,234,173); }

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