Html Css Color HEX #FDF0B1 Banana Mania

📋 copy color: '#FDF0B1'

red 253 ◦ green 240 ◦ blue 177

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

Shades of Banana Mania #FDF0B1

Tints of Banana Mania #FDF0B1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.82%

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

R = 37.76%
G = 35.82%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDF0B1 (or 0xFDF0B1) is known color: Banana Mania. HEX triplet: FD, F0 and B1. RGB value is (253,240,177). Sum of RGB (Red+Green+Blue) = 253+240+177=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 177 (69.53% from 255 or 26.42% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF0B1 is #020F4E. Grayscale: #ECECEC. Windows color (decimal): -134991 or 11661565. OLE color: 11661565.

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

Color convert

RGB 253 240 177 -
CMYK 0 0.05 0.30 0.01
HSL 49.74º 0.95% 0.84% -
HSV(B) 49.74º 0.3% 0.99% -
XYZ 79.6 86.38 54.07 -
YUV 236.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 253 240 177 0 0.05 0.30 0.01 49.74 0.95 0.84
Hex FD F0 B1 0 5 1E 1 32 5F 54
Octal 375 360 261 0 5 36 1 62 137 124
Binary 11111101 11110000 10110001 0 101 11110 1 110010 1011111 1010100

Color Harmonies of #FDF0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0B1

Black with #FDF0B1

Text Example


Text Example

White with #FDF0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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