Html Css Color HEX #FFF2B5 Banana Mania

📋 copy color: '#FFF2B5'

red 255 ◦ green 242 ◦ blue 181

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

Shades of Banana Mania #FFF2B5

Tints of Banana Mania #FFF2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.7%

R = 37.61%
G = 35.69%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFF2B5 (or 0xFFF2B5) is known color: Banana Mania. HEX triplet: FF, F2 and B5. RGB value is (255,242,181). Sum of RGB (Red+Green+Blue) = 255+242+181=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 181 (71.09% from 255 or 26.70% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2B5 is #000D4A. Grayscale: #EFEFEF. Windows color (decimal): -3403 or 11924223. OLE color: 11924223.

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

Color convert

RGB 255 242 181 -
CMYK 0 0.05 0.29 0
HSL 49.46º 1% 0.85% -
HSV(B) 49.46º 0.29% 1% -
XYZ 81.33 88.1 56.43 -
YUV 238.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 255 242 181 0 0.05 0.29 0 49.46 1 0.85
Hex FF F2 B5 0 5 1D 0 31 64 55
Octal 377 362 265 0 5 35 0 61 144 125
Binary 11111111 11110010 10110101 0 101 11101 0 110001 1100100 1010101

Color Harmonies of #FFF2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2B5

Black with #FFF2B5

Text Example


Text Example

White with #FFF2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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