Html Css Color HEX #FEECBA Banana Mania

📋 copy color: '#FEECBA'

red 254 ◦ green 236 ◦ blue 186

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

Shades of Banana Mania #FEECBA

Tints of Banana Mania #FEECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.91%

 BLUE value IS 186 (73.05% from 255) = 27.51%

R = 37.57%
G = 34.91%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEECBA (or 0xFEECBA) is known color: Banana Mania. HEX triplet: FE, EC and BA. RGB value is (254,236,186). Sum of RGB (Red+Green+Blue) = 254+236+186=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 186 (73.05% from 255 or 27.51% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECBA is #011345. Grayscale: #EBEBEB. Windows color (decimal): -70470 or 12250366. OLE color: 12250366.

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

Color convert

RGB 254 236 186 -
CMYK 0 0.07 0.27 0.00
HSL 44.12º 0.97% 0.86% -
HSV(B) 44.12º 0.27% 1% -
XYZ 79.73 84.61 58.58 -
YUV 235.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 254 236 186 0 0.07 0.27 0.00 44.12 0.97 0.86
Hex FE EC BA 0 7 1B 0 2C 61 56
Octal 376 354 272 0 7 33 0 54 141 126
Binary 11111110 11101100 10111010 0 111 11011 0 101100 1100001 1010110

Color Harmonies of #FEECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEECBA

Black with #FEECBA

Text Example


Text Example

White with #FEECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEECBA; }

 p { color: rgb(254,236,186); }

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

background-color css

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

 a { background-color: rgb(254,236,186); }

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

border-color css

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

 span { border-color: rgb(254,236,186); }

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