Html Css Color HEX #FEE6B2 Banana Mania

📋 copy color: '#FEE6B2'

red 254 ◦ green 230 ◦ blue 178

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

Shades of Banana Mania #FEE6B2

Tints of Banana Mania #FEE6B2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.74%

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

R = 38.37%
G = 34.74%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEE6B2 (or 0xFEE6B2) is known color: Banana Mania. HEX triplet: FE, E6 and B2. RGB value is (254,230,178). Sum of RGB (Red+Green+Blue) = 254+230+178=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 178 (69.92% from 255 or 26.89% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6B2 is #01194D. Grayscale: #E7E7E7. Windows color (decimal): -72014 or 11724542. OLE color: 11724542.

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

Color convert

RGB 254 230 178 -
CMYK 0 0.09 0.30 0.00
HSL 41.05º 0.97% 0.85% -
HSV(B) 41.05º 0.3% 1% -
XYZ 77.21 80.88 53.66 -
YUV 231.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 254 230 178 0 0.09 0.30 0.00 41.05 0.97 0.85
Hex FE E6 B2 0 9 1E 0 29 61 55
Octal 376 346 262 0 11 36 0 51 141 125
Binary 11111110 11100110 10110010 0 1001 11110 0 101001 1100001 1010101

Color Harmonies of #FEE6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6B2

Black with #FEE6B2

Text Example


Text Example

White with #FEE6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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