Html Css Color HEX #FDEAB4 Banana Mania

📋 copy color: '#FDEAB4'

red 253 ◦ green 234 ◦ blue 180

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

Shades of Banana Mania #FDEAB4

Tints of Banana Mania #FDEAB4

RGB

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

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

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

R = 37.93%
G = 35.08%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDEAB4 (or 0xFDEAB4) is known color: Banana Mania. HEX triplet: FD, EA and B4. RGB value is (253,234,180). Sum of RGB (Red+Green+Blue) = 253+234+180=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 180 (70.70% from 255 or 26.99% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAB4 is #02154B. Grayscale: #E9E9E9. Windows color (decimal): -136524 or 11856637. OLE color: 11856637.

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

Color convert

RGB 253 234 180 -
CMYK 0 0.08 0.29 0.01
HSL 44.38º 0.95% 0.85% -
HSV(B) 44.38º 0.29% 0.99% -
XYZ 78.17 83.02 55.09 -
YUV 233.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 253 234 180 0 0.08 0.29 0.01 44.38 0.95 0.85
Hex FD EA B4 0 8 1D 1 2C 5F 55
Octal 375 352 264 0 10 35 1 54 137 125
Binary 11111101 11101010 10110100 0 1000 11101 1 101100 1011111 1010101

Color Harmonies of #FDEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEAB4

Black with #FDEAB4

Text Example


Text Example

White with #FDEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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