Html Css Color HEX #FAEDB0 Banana Mania

📋 copy color: '#FAEDB0'

red 250 ◦ green 237 ◦ blue 176

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

Shades of Banana Mania #FAEDB0

Tints of Banana Mania #FAEDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.75%

 BLUE value IS 176 (69.14% from 255) = 26.55%

R = 37.71%
G = 35.75%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAEDB0 (or 0xFAEDB0) is known color: Banana Mania. HEX triplet: FA, ED and B0. RGB value is (250,237,176). Sum of RGB (Red+Green+Blue) = 250+237+176=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 176 (69.14% from 255 or 26.55% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDB0 is #05124F. Grayscale: #EAEAEA. Windows color (decimal): -332368 or 11595258. OLE color: 11595258.

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

Color convert

RGB 250 237 176 -
CMYK 0 0.05 0.30 0.02
HSL 49.46º 0.88% 0.84% -
HSV(B) 49.46º 0.3% 0.98% -
XYZ 77.55 84.03 53.21 -
YUV 233.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 250 237 176 0 0.05 0.30 0.02 49.46 0.88 0.84
Hex FA ED B0 0 5 1E 2 31 58 54
Octal 372 355 260 0 5 36 2 61 130 124
Binary 11111010 11101101 10110000 0 101 11110 10 110001 1011000 1010100

Color Harmonies of #FAEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDB0

Black with #FAEDB0

Text Example


Text Example

White with #FAEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDB0; }

 p { color: rgb(250,237,176); }

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

background-color css

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

 a { background-color: rgb(250,237,176); }

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

border-color css

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

 span { border-color: rgb(250,237,176); }

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