Html Css Color HEX #FEF1B4 Banana Mania

📋 copy color: '#FEF1B4'

red 254 ◦ green 241 ◦ blue 180

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

Shades of Banana Mania #FEF1B4

Tints of Banana Mania #FEF1B4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.7%

 BLUE value IS 180 (70.7% from 255) = 26.67%

R = 37.63%
G = 35.7%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEF1B4 (or 0xFEF1B4) is known color: Banana Mania. HEX triplet: FE, F1 and B4. RGB value is (254,241,180). Sum of RGB (Red+Green+Blue) = 254+241+180=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 180 (70.70% from 255 or 26.67% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1B4 is #010E4B. Grayscale: #EEEEEE. Windows color (decimal): -69196 or 11858430. OLE color: 11858430.

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

Color convert

RGB 254 241 180 -
CMYK 0 0.05 0.29 0.00
HSL 49.46º 0.97% 0.85% -
HSV(B) 49.46º 0.29% 1% -
XYZ 80.57 87.28 55.78 -
YUV 237.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 254 241 180 0 0.05 0.29 0.00 49.46 0.97 0.85
Hex FE F1 B4 0 5 1D 0 31 61 55
Octal 376 361 264 0 5 35 0 61 141 125
Binary 11111110 11110001 10110100 0 101 11101 0 110001 1100001 1010101

Color Harmonies of #FEF1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1B4

Black with #FEF1B4

Text Example


Text Example

White with #FEF1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1B4; }

 p { color: rgb(254,241,180); }

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

background-color css

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

 a { background-color: rgb(254,241,180); }

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

border-color css

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

 span { border-color: rgb(254,241,180); }

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