Html Css Color HEX #FDEDAD Banana Mania

📋 copy color: '#FDEDAD'

red 253 ◦ green 237 ◦ blue 173

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

Shades of Banana Mania #FDEDAD

Tints of Banana Mania #FDEDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.09%

R = 38.16%
G = 35.75%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDEDAD (or 0xFDEDAD) is known color: Banana Mania. HEX triplet: FD, ED and AD. RGB value is (253,237,173). Sum of RGB (Red+Green+Blue) = 253+237+173=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDAD is #021252. Grayscale: #EAEAEA. Windows color (decimal): -135763 or 11398653. OLE color: 11398653.

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

Color convert

RGB 253 237 173 -
CMYK 0 0.06 0.32 0.01
HSL 48º 0.95% 0.84% -
HSV(B) 48º 0.32% 0.99% -
XYZ 78.34 84.47 51.71 -
YUV 234.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 253 237 173 0 0.06 0.32 0.01 48 0.95 0.84
Hex FD ED AD 0 6 20 1 30 5F 54
Octal 375 355 255 0 6 40 1 60 137 124
Binary 11111101 11101101 10101101 0 110 100000 1 110000 1011111 1010100

Color Harmonies of #FDEDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDAD

Black with #FDEDAD

Text Example


Text Example

White with #FDEDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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