Html Css Color HEX #FDEDB5 Banana Mania

📋 copy color: '#FDEDB5'

red 253 ◦ green 237 ◦ blue 181

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

Shades of Banana Mania #FDEDB5

Tints of Banana Mania #FDEDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.97%

R = 37.7%
G = 35.32%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDEDB5 (or 0xFDEDB5) is known color: Banana Mania. HEX triplet: FD, ED and B5. RGB value is (253,237,181). Sum of RGB (Red+Green+Blue) = 253+237+181=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 181 (71.09% from 255 or 26.97% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDB5 is #02124A. Grayscale: #EBEBEB. Windows color (decimal): -135755 or 11922941. OLE color: 11922941.

HSL color Cylindrical-coordinate representation of color #FDEDB5: hue angle of 46.67º 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 #FDEDB5 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 237 181 -
CMYK 0 0.06 0.28 0.01
HSL 46.67º 0.95% 0.85% -
HSV(B) 46.67º 0.28% 0.99% -
XYZ 79.13 84.79 55.91 -
YUV 235.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 253 237 181 0 0.06 0.28 0.01 46.67 0.95 0.85
Hex FD ED B5 0 6 1C 1 2F 5F 55
Octal 375 355 265 0 6 34 1 57 137 125
Binary 11111101 11101101 10110101 0 110 11100 1 101111 1011111 1010101

Color Harmonies of #FDEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDB5

Black with #FDEDB5

Text Example


Text Example

White with #FDEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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