#FDF2B2

Color #FDF2B2 Banana Mania (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Banana Mania #FDF2B2

Tints of Banana Mania #FDF2B2

Color information

#FDF2B2 (or 0xFDF2B2) is unknown color: approx Banana Mania. HEX triplet: FD, F2 and B2. RGB value is (253,242,178). Sum of RGB (Red+Green+Blue) = 253+242+178=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 178 (69.92% from 255 or 26.45% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF2B2 is #020D4D. Grayscale: #EEEEEE. Windows color (decimal): -134478 or 11727613. OLE color: 11727613.

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

Color convert

RGB253242178-
CMYK00.040.300.01
HSL51.2º94.94%84.51%-
HSV(B)51.2º29.64%99.22%-
XYZ80.387.654.8-
YUV237.9994.14138.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 242 (94.92% from 255) = 35.96%
BLUE value IS 178 (69.92% from 255) = 26.45%
R=37.59%
G=35.96%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324217800.040.300.0151.294.9484.51
HexFDF2B2041E1335f55
Octal3753622620436163137125
Binary111111011111001010110010010011110111001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF2B2; }

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

 H1.HeaderClassName
 {
   color: #FDF2B2;
 }
 .AnyTagClassName
 {
   color: #FDF2B2;
 }
</style>
background-color css

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

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

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

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

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

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