Html Css Color HEX #FFF0B2 Banana Mania

📋 copy color: '#FFF0B2'

red 255 ◦ green 240 ◦ blue 178

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

Shades of Banana Mania #FFF0B2

Tints of Banana Mania #FFF0B2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.66%

 BLUE value IS 178 (69.92% from 255) = 26.45%

R = 37.89%
G = 35.66%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFF0B2 (or 0xFFF0B2) is known color: Banana Mania. HEX triplet: FF, F0 and B2. RGB value is (255,240,178). Sum of RGB (Red+Green+Blue) = 255+240+178=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 178 (69.92% from 255 or 26.45% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0B2 is #000F4D. Grayscale: #EDEDED. Windows color (decimal): -3918 or 11727103. OLE color: 11727103.

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

Color convert

RGB 255 240 178 -
CMYK 0 0.06 0.30 0
HSL 48.31º 1% 0.85% -
HSV(B) 48.31º 0.3% 1% -
XYZ 80.44 86.79 54.63 -
YUV 237.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 255 240 178 0 0.06 0.30 0 48.31 1 0.85
Hex FF F0 B2 0 6 1E 0 30 64 55
Octal 377 360 262 0 6 36 0 60 144 125
Binary 11111111 11110000 10110010 0 110 11110 0 110000 1100100 1010101

Color Harmonies of #FFF0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0B2

Black with #FFF0B2

Text Example


Text Example

White with #FFF0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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