Html Css Color HEX #FAEFB3 Banana Mania

📋 copy color: '#FAEFB3'

red 250 ◦ green 239 ◦ blue 179

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

Shades of Banana Mania #FAEFB3

Tints of Banana Mania #FAEFB3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.78%

 BLUE value IS 179 (70.31% from 255) = 26.8%

R = 37.43%
G = 35.78%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAEFB3 (or 0xFAEFB3) is known color: Banana Mania. HEX triplet: FA, EF and B3. RGB value is (250,239,179). Sum of RGB (Red+Green+Blue) = 250+239+179=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 179 (70.31% from 255 or 26.80% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFB3 is #05104C. Grayscale: #EBEBEB. Windows color (decimal): -331853 or 11792378. OLE color: 11792378.

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

Color convert

RGB 250 239 179 -
CMYK 0 0.04 0.28 0.02
HSL 50.7º 0.88% 0.84% -
HSV(B) 50.7º 0.28% 0.98% -
XYZ 78.43 85.31 54.98 -
YUV 235.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 250 239 179 0 0.04 0.28 0.02 50.7 0.88 0.84
Hex FA EF B3 0 4 1C 2 33 58 54
Octal 372 357 263 0 4 34 2 63 130 124
Binary 11111010 11101111 10110011 0 100 11100 10 110011 1011000 1010100

Color Harmonies of #FAEFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFB3

Black with #FAEFB3

Text Example


Text Example

White with #FAEFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFB3; }

 p { color: rgb(250,239,179); }

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

background-color css

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

 a { background-color: rgb(250,239,179); }

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

border-color css

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

 span { border-color: rgb(250,239,179); }

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