Html Css Color HEX #FDEDB1 Banana Mania

📋 copy color: '#FDEDB1'

red 253 ◦ green 237 ◦ blue 177

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

Shades of Banana Mania #FDEDB1

Tints of Banana Mania #FDEDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 26.54%

R = 37.93%
G = 35.53%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDEDB1 (or 0xFDEDB1) is known color: Banana Mania. HEX triplet: FD, ED and B1. RGB value is (253,237,177). Sum of RGB (Red+Green+Blue) = 253+237+177=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 177 (69.53% from 255 or 26.54% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDB1 is #02124E. Grayscale: #EBEBEB. Windows color (decimal): -135759 or 11660797. OLE color: 11660797.

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

Color convert

RGB 253 237 177 -
CMYK 0 0.06 0.30 0.01
HSL 47.37º 0.95% 0.84% -
HSV(B) 47.37º 0.3% 0.99% -
XYZ 78.73 84.63 53.78 -
YUV 234.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 253 237 177 0 0.06 0.30 0.01 47.37 0.95 0.84
Hex FD ED B1 0 6 1E 1 2F 5F 54
Octal 375 355 261 0 6 36 1 57 137 124
Binary 11111101 11101101 10110001 0 110 11110 1 101111 1011111 1010100

Color Harmonies of #FDEDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDB1

Black with #FDEDB1

Text Example


Text Example

White with #FDEDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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