Html Css Color HEX #F8EDB6 Banana Mania

📋 copy color: '#F8EDB6'

red 248 ◦ green 237 ◦ blue 182

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

Shades of Banana Mania #F8EDB6

Tints of Banana Mania #F8EDB6

RGB

 RED value IS 248 (97.27% from 255) = 37.18%

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

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

R = 37.18%
G = 35.53%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F8EDB6 (or 0xF8EDB6) is known color: Banana Mania. HEX triplet: F8, ED and B6. RGB value is (248,237,182). Sum of RGB (Red+Green+Blue) = 248+237+182=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 182 (71.48% from 255 or 27.29% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDB6 is #071249. Grayscale: #EAEAEA. Windows color (decimal): -463434 or 11988472. OLE color: 11988472.

HSL color Cylindrical-coordinate representation of color #F8EDB6: hue angle of 50º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8EDB6 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 237 182 -
CMYK 0 0.04 0.27 0.03
HSL 50º 0.83% 0.84% -
HSV(B) 50º 0.27% 0.97% -
XYZ 77.44 83.9 56.37 -
YUV 234.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 248 237 182 0 0.04 0.27 0.03 50 0.83 0.84
Hex F8 ED B6 0 4 1B 3 32 52 54
Octal 370 355 266 0 4 33 3 62 122 124
Binary 11111000 11101101 10110110 0 100 11011 11 110010 1010010 1010100

Color Harmonies of #F8EDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDB6

Black with #F8EDB6

Text Example


Text Example

White with #F8EDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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