Html Css Color HEX #FAEBB2 Banana Mania

📋 copy color: '#FAEBB2'

red 250 ◦ green 235 ◦ blue 178

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

Shades of Banana Mania #FAEBB2

Tints of Banana Mania #FAEBB2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.44%

 BLUE value IS 178 (69.92% from 255) = 26.85%

R = 37.71%
G = 35.44%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAEBB2 (or 0xFAEBB2) is known color: Banana Mania. HEX triplet: FA, EB and B2. RGB value is (250,235,178). Sum of RGB (Red+Green+Blue) = 250+235+178=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 178 (69.92% from 255 or 26.85% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEBB2 is #05144D. Grayscale: #E9E9E9. Windows color (decimal): -332878 or 11725818. OLE color: 11725818.

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

Color convert

RGB 250 235 178 -
CMYK 0 0.06 0.29 0.02
HSL 47.5º 0.88% 0.84% -
HSV(B) 47.5º 0.29% 0.98% -
XYZ 77.17 82.96 54.06 -
YUV 232.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 250 235 178 0 0.06 0.29 0.02 47.5 0.88 0.84
Hex FA EB B2 0 6 1D 2 30 58 54
Octal 372 353 262 0 6 35 2 60 130 124
Binary 11111010 11101011 10110010 0 110 11101 10 110000 1011000 1010100

Color Harmonies of #FAEBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBB2

Black with #FAEBB2

Text Example


Text Example

White with #FAEBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBB2; }

 p { color: rgb(250,235,178); }

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

background-color css

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

 a { background-color: rgb(250,235,178); }

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

border-color css

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

 span { border-color: rgb(250,235,178); }

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