Html Css Color HEX #FFF2B8 Banana Mania

📋 copy color: '#FFF2B8'

red 255 ◦ green 242 ◦ blue 184

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

Shades of Banana Mania #FFF2B8

Tints of Banana Mania #FFF2B8

RGB

 RED value IS 255 (100% from 255) = 37.44%

 GREEN value IS 242 (94.92% from 255) = 35.54%

 BLUE value IS 184 (72.27% from 255) = 27.02%

R = 37.44%
G = 35.54%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFF2B8 (or 0xFFF2B8) is known color: Banana Mania. HEX triplet: FF, F2 and B8. RGB value is (255,242,184). Sum of RGB (Red+Green+Blue) = 255+242+184=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 184 (72.27% from 255 or 27.02% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2B8 is #000D47. Grayscale: #EFEFEF. Windows color (decimal): -3400 or 12120831. OLE color: 12120831.

HSL color Cylindrical-coordinate representation of color #FFF2B8: hue angle of 49.01º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFF2B8 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 184 -
CMYK 0 0.05 0.28 0
HSL 49.01º 1% 0.86% -
HSV(B) 49.01º 0.28% 1% -
XYZ 81.64 88.22 58.07 -
YUV 239.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 255 242 184 0 0.05 0.28 0 49.01 1 0.86
Hex FF F2 B8 0 5 1C 0 31 64 56
Octal 377 362 270 0 5 34 0 61 144 126
Binary 11111111 11110010 10111000 0 101 11100 0 110001 1100100 1010110

Color Harmonies of #FFF2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2B8

Black with #FFF2B8

Text Example


Text Example

White with #FFF2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2B8; }

 p { color: rgb(255,242,184); }

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

background-color css

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

 a { background-color: rgb(255,242,184); }

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

border-color css

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

 span { border-color: rgb(255,242,184); }

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