Html Css Color HEX #FEF2B2 Banana Mania

📋 copy color: '#FEF2B2'

red 254 ◦ green 242 ◦ blue 178

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

Shades of Banana Mania #FEF2B2

Tints of Banana Mania #FEF2B2

RGB

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

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

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

R = 37.69%
G = 35.91%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEF2B2 (or 0xFEF2B2) is known color: Banana Mania. HEX triplet: FE, F2 and B2. RGB value is (254,242,178). Sum of RGB (Red+Green+Blue) = 254+242+178=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 178 (69.92% from 255 or 26.41% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2B2 is #010D4D. Grayscale: #EEEEEE. Windows color (decimal): -68942 or 11727614. OLE color: 11727614.

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

Color convert

RGB 254 242 178 -
CMYK 0 0.05 0.30 0.00
HSL 50.53º 0.97% 0.85% -
HSV(B) 50.53º 0.3% 1% -
XYZ 80.66 87.79 54.81 -
YUV 238.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 254 242 178 0 0.05 0.30 0.00 50.53 0.97 0.85
Hex FE F2 B2 0 5 1E 0 33 61 55
Octal 376 362 262 0 5 36 0 63 141 125
Binary 11111110 11110010 10110010 0 101 11110 0 110011 1100001 1010101

Color Harmonies of #FEF2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2B2

Black with #FEF2B2

Text Example


Text Example

White with #FEF2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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