Html Css Color HEX #FDEAB6 Banana Mania

📋 copy color: '#FDEAB6'

red 253 ◦ green 234 ◦ blue 182

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

Shades of Banana Mania #FDEAB6

Tints of Banana Mania #FDEAB6

RGB

 RED value IS 253 (99.22% from 255) = 37.82%

 GREEN value IS 234 (91.8% from 255) = 34.98%

 BLUE value IS 182 (71.48% from 255) = 27.2%

R = 37.82%
G = 34.98%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDEAB6 (or 0xFDEAB6) is known color: Banana Mania. HEX triplet: FD, EA and B6. RGB value is (253,234,182). Sum of RGB (Red+Green+Blue) = 253+234+182=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 182 (71.48% from 255 or 27.20% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAB6 is #021549. Grayscale: #E9E9E9. Windows color (decimal): -136522 or 11987709. OLE color: 11987709.

HSL color Cylindrical-coordinate representation of color #FDEAB6: hue angle of 43.94º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDEAB6 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 234 182 -
CMYK 0 0.08 0.28 0.01
HSL 43.94º 0.95% 0.85% -
HSV(B) 43.94º 0.28% 0.99% -
XYZ 78.37 83.11 56.17 -
YUV 233.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 253 234 182 0 0.08 0.28 0.01 43.94 0.95 0.85
Hex FD EA B6 0 8 1C 1 2C 5F 55
Octal 375 352 266 0 10 34 1 54 137 125
Binary 11111101 11101010 10110110 0 1000 11100 1 101100 1011111 1010101

Color Harmonies of #FDEAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEAB6

Black with #FDEAB6

Text Example


Text Example

White with #FDEAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEAB6; }

 p { color: rgb(253,234,182); }

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

background-color css

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

 a { background-color: rgb(253,234,182); }

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

border-color css

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

 span { border-color: rgb(253,234,182); }

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