Html Css Color HEX #FDEDB0 Banana Mania

📋 copy color: '#FDEDB0'

red 253 ◦ green 237 ◦ blue 176

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

Shades of Banana Mania #FDEDB0

Tints of Banana Mania #FDEDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.43%

R = 37.99%
G = 35.59%
B = 26.43%

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

#FDEDB0 (or 0xFDEDB0) is known color: Banana Mania. HEX triplet: FD, ED and B0. RGB value is (253,237,176). Sum of RGB (Red+Green+Blue) = 253+237+176=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 176 (69.14% from 255 or 26.43% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDB0 is #02124F. Grayscale: #EBEBEB. Windows color (decimal): -135760 or 11595261. OLE color: 11595261.

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

Color convert

RGB 253 237 176 -
CMYK 0 0.06 0.30 0.01
HSL 47.53º 0.95% 0.84% -
HSV(B) 47.53º 0.3% 0.99% -
XYZ 78.63 84.59 53.26 -
YUV 234.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 253 237 176 0 0.06 0.30 0.01 47.53 0.95 0.84
Hex FD ED B0 0 6 1E 1 30 5F 54
Octal 375 355 260 0 6 36 1 60 137 124
Binary 11111101 11101101 10110000 0 110 11110 1 110000 1011111 1010100

Color Harmonies of #FDEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDB0

Black with #FDEDB0

Text Example


Text Example

White with #FDEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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