Html Css Color HEX #FDEDAB Banana Mania

📋 copy color: '#FDEDAB'

red 253 ◦ green 237 ◦ blue 171

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

Shades of Banana Mania #FDEDAB

Tints of Banana Mania #FDEDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.87%

R = 38.28%
G = 35.85%
B = 25.87%

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

#FDEDAB (or 0xFDEDAB) is known color: Banana Mania. HEX triplet: FD, ED and AB. RGB value is (253,237,171). Sum of RGB (Red+Green+Blue) = 253+237+171=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 171 (67.19% from 255 or 25.87% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDAB is #021254. Grayscale: #EAEAEA. Windows color (decimal): -135765 or 11267581. OLE color: 11267581.

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

Color convert

RGB 253 237 171 -
CMYK 0 0.06 0.32 0.01
HSL 48.29º 0.95% 0.83% -
HSV(B) 48.29º 0.32% 0.99% -
XYZ 78.14 84.39 50.7 -
YUV 234.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 253 237 171 0 0.06 0.32 0.01 48.29 0.95 0.83
Hex FD ED AB 0 6 20 1 30 5F 53
Octal 375 355 253 0 6 40 1 60 137 123
Binary 11111101 11101101 10101011 0 110 100000 1 110000 1011111 1010011

Color Harmonies of #FDEDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDAB

Black with #FDEDAB

Text Example


Text Example

White with #FDEDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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