#FFF2B8

Color #FFF2B8 Banana Mania (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Banana Mania #FFF2B8

Tints of Banana Mania #FFF2B8

Color information

#FFF2B8 (or 0xFFF2B8) is unknown color: approx 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

RGB255242184-
CMYK00.050.280
HSL49.01º100%86.08%-
HSV(B)49.01º27.84%100%-
XYZ81.6488.2258.07-
YUV239.2796.81139.22-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524218400.050.28049.0110086.08
HexFFF2B8051C0316456
Octal3773622700534061144126
Binary111111111111001010111000010111100011000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>