#FFF2B4

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

Shades of Banana Mania #FFF2B4

Tints of Banana Mania #FFF2B4

Color information

#FFF2B4 (or 0xFFF2B4) is unknown color: approx Banana Mania. HEX triplet: FF, F2 and B4. RGB value is (255,242,180). Sum of RGB (Red+Green+Blue) = 255+242+180=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 180 (70.70% from 255 or 26.59% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2B4 is #000D4B. Grayscale: #EFEFEF. Windows color (decimal): -3404 or 11858687. OLE color: 11858687.

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

Color convert

RGB255242180-
CMYK00.050.290
HSL49.6º100%85.29%-
HSV(B)49.6º29.41%100%-
XYZ81.2388.0655.9-
YUV238.8294.81139.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 242 (94.92% from 255) = 35.75%
BLUE value IS 180 (70.70% from 255) = 26.59%
R=37.67%
G=35.75%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524218000.050.29049.610085.29
HexFFF2B4051D0326455
Octal3773622640535062144125
Binary111111111111001010110100010111101011001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2B4; }

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

 H1.HeaderClassName
 {
   color: #FFF2B4;
 }
 .AnyTagClassName
 {
   color: #FFF2B4;
 }
</style>
background-color css

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

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

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

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

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

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