Html Css Color HEX #FDF2B2 Banana Mania

📋 copy color: '#FDF2B2'

red 253 ◦ green 242 ◦ blue 178

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

Shades of Banana Mania #FDF2B2

Tints of Banana Mania #FDF2B2

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 value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDF2B2 (or 0xFDF2B2) is known color: 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

RGB 253 242 178 -
CMYK 0 0.04 0.30 0.01
HSL 51.2º 0.95% 0.85% -
HSV(B) 51.2º 0.3% 0.99% -
XYZ 80.3 87.6 54.8 -
YUV 237.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 253 242 178 0 0.04 0.30 0.01 51.2 0.95 0.85
Hex FD F2 B2 0 4 1E 1 33 5F 55
Octal 375 362 262 0 4 36 1 63 137 125
Binary 11111101 11110010 10110010 0 100 11110 1 110011 1011111 1010101

Color Harmonies of #FDF2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF2B2

Black with #FDF2B2

Text Example


Text Example

White with #FDF2B2

Text Example


Text Example

HTML Codes & Css Web 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>