Html Css Color HEX #FDEDB2 Banana Mania

📋 copy color: '#FDEDB2'

red 253 ◦ green 237 ◦ blue 178

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

Shades of Banana Mania #FDEDB2

Tints of Banana Mania #FDEDB2

RGB

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

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

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

R = 37.87%
G = 35.48%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDEDB2 (or 0xFDEDB2) is known color: Banana Mania. HEX triplet: FD, ED and B2. RGB value is (253,237,178). Sum of RGB (Red+Green+Blue) = 253+237+178=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 178 (69.92% from 255 or 26.65% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDB2 is #02124D. Grayscale: #EBEBEB. Windows color (decimal): -135758 or 11726333. OLE color: 11726333.

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

Color convert

RGB 253 237 178 -
CMYK 0 0.06 0.30 0.01
HSL 47.2º 0.95% 0.85% -
HSV(B) 47.2º 0.3% 0.99% -
XYZ 78.83 84.67 54.31 -
YUV 235.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 253 237 178 0 0.06 0.30 0.01 47.2 0.95 0.85
Hex FD ED B2 0 6 1E 1 2F 5F 55
Octal 375 355 262 0 6 36 1 57 137 125
Binary 11111101 11101101 10110010 0 110 11110 1 101111 1011111 1010101

Color Harmonies of #FDEDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDB2

Black with #FDEDB2

Text Example


Text Example

White with #FDEDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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