Html Css Color HEX #FDEAB2 Banana Mania

📋 copy color: '#FDEAB2'

red 253 ◦ green 234 ◦ blue 178

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

Shades of Banana Mania #FDEAB2

Tints of Banana Mania #FDEAB2

RGB

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

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

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

R = 38.05%
G = 35.19%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDEAB2 (or 0xFDEAB2) is known color: Banana Mania. HEX triplet: FD, EA and B2. RGB value is (253,234,178). Sum of RGB (Red+Green+Blue) = 253+234+178=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 178 (69.92% from 255 or 26.77% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAB2 is #02154D. Grayscale: #E9E9E9. Windows color (decimal): -136526 or 11725565. OLE color: 11725565.

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

Color convert

RGB 253 234 178 -
CMYK 0 0.08 0.30 0.01
HSL 44.8º 0.95% 0.85% -
HSV(B) 44.8º 0.3% 0.99% -
XYZ 77.97 82.94 54.02 -
YUV 233.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 253 234 178 0 0.08 0.30 0.01 44.8 0.95 0.85
Hex FD EA B2 0 8 1E 1 2D 5F 55
Octal 375 352 262 0 10 36 1 55 137 125
Binary 11111101 11101010 10110010 0 1000 11110 1 101101 1011111 1010101

Color Harmonies of #FDEAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEAB2

Black with #FDEAB2

Text Example


Text Example

White with #FDEAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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