Html Css Color HEX #FAEDB2 Banana Mania

📋 copy color: '#FAEDB2'

red 250 ◦ green 237 ◦ blue 178

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

Shades of Banana Mania #FAEDB2

Tints of Banana Mania #FAEDB2

RGB

 RED value IS 250 (98.05% from 255) = 37.59%

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

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

R = 37.59%
G = 35.64%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAEDB2 (or 0xFAEDB2) is known color: Banana Mania. HEX triplet: FA, ED and B2. RGB value is (250,237,178). Sum of RGB (Red+Green+Blue) = 250+237+178=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 178 (69.92% from 255 or 26.77% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDB2 is #05124D. Grayscale: #EAEAEA. Windows color (decimal): -332366 or 11726330. OLE color: 11726330.

HSL color Cylindrical-coordinate representation of color #FAEDB2: hue angle of 49.17º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAEDB2 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 237 178 -
CMYK 0 0.05 0.29 0.02
HSL 49.17º 0.88% 0.84% -
HSV(B) 49.17º 0.29% 0.98% -
XYZ 77.74 84.11 54.26 -
YUV 234.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 250 237 178 0 0.05 0.29 0.02 49.17 0.88 0.84
Hex FA ED B2 0 5 1D 2 31 58 54
Octal 372 355 262 0 5 35 2 61 130 124
Binary 11111010 11101101 10110010 0 101 11101 10 110001 1011000 1010100

Color Harmonies of #FAEDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDB2

Black with #FAEDB2

Text Example


Text Example

White with #FAEDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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