Html Css Color HEX #FDEDB9 Banana Mania

📋 copy color: '#FDEDB9'

red 253 ◦ green 237 ◦ blue 185

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

Shades of Banana Mania #FDEDB9

Tints of Banana Mania #FDEDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.11%

 BLUE value IS 185 (72.66% from 255) = 27.41%

R = 37.48%
G = 35.11%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDEDB9 (or 0xFDEDB9) is known color: Banana Mania. HEX triplet: FD, ED and B9. RGB value is (253,237,185). Sum of RGB (Red+Green+Blue) = 253+237+185=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 185 (72.66% from 255 or 27.41% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDB9 is #021246. Grayscale: #ECECEC. Windows color (decimal): -135751 or 12185085. OLE color: 12185085.

HSL color Cylindrical-coordinate representation of color #FDEDB9: hue angle of 45.88º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDEDB9 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 237 185 -
CMYK 0 0.06 0.27 0.01
HSL 45.88º 0.94% 0.86% -
HSV(B) 45.88º 0.27% 0.99% -
XYZ 79.55 84.95 58.1 -
YUV 235.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 253 237 185 0 0.06 0.27 0.01 45.88 0.94 0.86
Hex FD ED B9 0 6 1B 1 2E 5E 56
Octal 375 355 271 0 6 33 1 56 136 126
Binary 11111101 11101101 10111001 0 110 11011 1 101110 1011110 1010110

Color Harmonies of #FDEDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDB9

Black with #FDEDB9

Text Example


Text Example

White with #FDEDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDB9; }

 p { color: rgb(253,237,185); }

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

background-color css

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

 a { background-color: rgb(253,237,185); }

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

border-color css

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

 span { border-color: rgb(253,237,185); }

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