#FFF0B1

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

Shades of Banana Mania #FFF0B1

Tints of Banana Mania #FFF0B1

Color information

#FFF0B1 (or 0xFFF0B1) is unknown color: approx Banana Mania. HEX triplet: FF, F0 and B1. RGB value is (255,240,177). Sum of RGB (Red+Green+Blue) = 255+240+177=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 177 (69.53% from 255 or 26.34% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0B1 is #000F4E. Grayscale: #EDEDED. Windows color (decimal): -3919 or 11661567. OLE color: 11661567.

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

Color convert

RGB255240177-
CMYK00.060.310
HSL48.46º100%84.71%-
HSV(B)48.46º30.59%100%-
XYZ80.3486.7554.11-
YUV237.393.97140.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 240 (94.14% from 255) = 35.71%
BLUE value IS 177 (69.53% from 255) = 26.34%
R=37.95%
G=35.71%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524017700.060.31048.4610084.71
HexFFF0B1061F0306455
Octal3773602610637060144125
Binary111111111111000010110001011011111011000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0B1; }

 p { color: rgb(255,240,177); }

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

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

 a { background-color: rgb(255,240,177); }

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

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

 span { border-color: rgb(255,240,177); }

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