Html Css Color HEX #FDF0B2 Banana Mania

📋 copy color: '#FDF0B2'

red 253 ◦ green 240 ◦ blue 178

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

Shades of Banana Mania #FDF0B2

Tints of Banana Mania #FDF0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.53%

R = 37.7%
G = 35.77%
B = 26.53%

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

#FDF0B2 (or 0xFDF0B2) is known color: Banana Mania. HEX triplet: FD, F0 and B2. RGB value is (253,240,178). Sum of RGB (Red+Green+Blue) = 253+240+178=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 178 (69.92% from 255 or 26.53% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF0B2 is #020F4D. Grayscale: #EDEDED. Windows color (decimal): -134990 or 11727101. OLE color: 11727101.

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

Color convert

RGB 253 240 178 -
CMYK 0 0.05 0.30 0.01
HSL 49.6º 0.95% 0.85% -
HSV(B) 49.6º 0.3% 0.99% -
XYZ 79.7 86.42 54.6 -
YUV 236.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 253 240 178 0 0.05 0.30 0.01 49.6 0.95 0.85
Hex FD F0 B2 0 5 1E 1 32 5F 55
Octal 375 360 262 0 5 36 1 62 137 125
Binary 11111101 11110000 10110010 0 101 11110 1 110010 1011111 1010101

Color Harmonies of #FDF0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0B2

Black with #FDF0B2

Text Example


Text Example

White with #FDF0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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