Html Css Color HEX #FFF2B2 Banana Mania

📋 copy color: '#FFF2B2'

red 255 ◦ green 242 ◦ blue 178

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

Shades of Banana Mania #FFF2B2

Tints of Banana Mania #FFF2B2

RGB

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

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

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

R = 37.78%
G = 35.85%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFF2B2 (or 0xFFF2B2) is known color: Banana Mania. HEX triplet: FF, F2 and B2. RGB value is (255,242,178). Sum of RGB (Red+Green+Blue) = 255+242+178=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 178 (69.92% from 255 or 26.37% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF2B2 is #000D4D. Grayscale: #EEEEEE. Windows color (decimal): -3406 or 11727615. OLE color: 11727615.

HSL color Cylindrical-coordinate representation of color #FFF2B2: hue angle of 49.87º 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 #FFF2B2 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 178 -
CMYK 0 0.05 0.30 0
HSL 49.87º 1% 0.85% -
HSV(B) 49.87º 0.3% 1% -
XYZ 81.03 87.98 54.83 -
YUV 238.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 255 242 178 0 0.05 0.30 0 49.87 1 0.85
Hex FF F2 B2 0 5 1E 0 32 64 55
Octal 377 362 262 0 5 36 0 62 144 125
Binary 11111111 11110010 10110010 0 101 11110 0 110010 1100100 1010101

Color Harmonies of #FFF2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2B2

Black with #FFF2B2

Text Example


Text Example

White with #FFF2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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