Html Css Color HEX #FEF1AF Banana Mania

📋 copy color: '#FEF1AF'

red 254 ◦ green 241 ◦ blue 175

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

Shades of Banana Mania #FEF1AF

Tints of Banana Mania #FEF1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.12%

R = 37.91%
G = 35.97%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEF1AF (or 0xFEF1AF) is known color: Banana Mania. HEX triplet: FE, F1 and AF. RGB value is (254,241,175). Sum of RGB (Red+Green+Blue) = 254+241+175=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 175 (68.75% from 255 or 26.12% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1AF is #010E50. Grayscale: #EDEDED. Windows color (decimal): -69201 or 11530750. OLE color: 11530750.

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

Color convert

RGB 254 241 175 -
CMYK 0 0.05 0.31 0.00
HSL 50.13º 0.98% 0.84% -
HSV(B) 50.13º 0.31% 1% -
XYZ 80.07 87.08 53.14 -
YUV 237.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 254 241 175 0 0.05 0.31 0.00 50.13 0.98 0.84
Hex FE F1 AF 0 5 1F 0 32 62 54
Octal 376 361 257 0 5 37 0 62 142 124
Binary 11111110 11110001 10101111 0 101 11111 0 110010 1100010 1010100

Color Harmonies of #FEF1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1AF

Black with #FEF1AF

Text Example


Text Example

White with #FEF1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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