Html Css Color HEX #FAEDB6 Banana Mania

📋 copy color: '#FAEDB6'

red 250 ◦ green 237 ◦ blue 182

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

Shades of Banana Mania #FAEDB6

Tints of Banana Mania #FAEDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.2%

R = 37.37%
G = 35.43%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAEDB6 (or 0xFAEDB6) is known color: Banana Mania. HEX triplet: FA, ED and B6. RGB value is (250,237,182). Sum of RGB (Red+Green+Blue) = 250+237+182=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 182 (71.48% from 255 or 27.20% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDB6 is #051249. Grayscale: #EAEAEA. Windows color (decimal): -332362 or 11988474. OLE color: 11988474.

HSL color Cylindrical-coordinate representation of color #FAEDB6: hue angle of 48.53º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAEDB6 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 237 182 -
CMYK 0 0.05 0.27 0.02
HSL 48.53º 0.87% 0.85% -
HSV(B) 48.53º 0.27% 0.98% -
XYZ 78.15 84.27 56.4 -
YUV 234.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 250 237 182 0 0.05 0.27 0.02 48.53 0.87 0.85
Hex FA ED B6 0 5 1B 2 31 57 55
Octal 372 355 266 0 5 33 2 61 127 125
Binary 11111010 11101101 10110110 0 101 11011 10 110001 1010111 1010101

Color Harmonies of #FAEDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDB6

Black with #FAEDB6

Text Example


Text Example

White with #FAEDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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