Html Css Color HEX #FEF0B2 Banana Mania

📋 copy color: '#FEF0B2'

red 254 ◦ green 240 ◦ blue 178

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

Shades of Banana Mania #FEF0B2

Tints of Banana Mania #FEF0B2

RGB

 RED value IS 254 (99.61% from 255) = 37.8%

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

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

R = 37.8%
G = 35.71%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEF0B2 (or 0xFEF0B2) is known color: Banana Mania. HEX triplet: FE, F0 and B2. RGB value is (254,240,178). Sum of RGB (Red+Green+Blue) = 254+240+178=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 178 (69.92% from 255 or 26.49% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0B2 is #010F4D. Grayscale: #EDEDED. Windows color (decimal): -69454 or 11727102. OLE color: 11727102.

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

Color convert

RGB 254 240 178 -
CMYK 0 0.06 0.30 0.00
HSL 48.95º 0.97% 0.85% -
HSV(B) 48.95º 0.3% 1% -
XYZ 80.07 86.61 54.62 -
YUV 237.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 254 240 178 0 0.06 0.30 0.00 48.95 0.97 0.85
Hex FE F0 B2 0 6 1E 0 31 61 55
Octal 376 360 262 0 6 36 0 61 141 125
Binary 11111110 11110000 10110010 0 110 11110 0 110001 1100001 1010101

Color Harmonies of #FEF0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF0B2

Black with #FEF0B2

Text Example


Text Example

White with #FEF0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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