Html Css Color HEX #FAEDB7 Banana Mania

📋 copy color: '#FAEDB7'

red 250 ◦ green 237 ◦ blue 183

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

Shades of Banana Mania #FAEDB7

Tints of Banana Mania #FAEDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 27.31%

R = 37.31%
G = 35.37%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAEDB7 (or 0xFAEDB7) is known color: Banana Mania. HEX triplet: FA, ED and B7. RGB value is (250,237,183). Sum of RGB (Red+Green+Blue) = 250+237+183=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 183 (71.88% from 255 or 27.31% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDB7 is #051248. Grayscale: #EAEAEA. Windows color (decimal): -332361 or 12054010. OLE color: 12054010.

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

Color convert

RGB 250 237 183 -
CMYK 0 0.05 0.27 0.02
HSL 48.36º 0.87% 0.85% -
HSV(B) 48.36º 0.27% 0.98% -
XYZ 78.26 84.31 56.95 -
YUV 234.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 250 237 183 0 0.05 0.27 0.02 48.36 0.87 0.85
Hex FA ED B7 0 5 1B 2 30 57 55
Octal 372 355 267 0 5 33 2 60 127 125
Binary 11111010 11101101 10110111 0 101 11011 10 110000 1010111 1010101

Color Harmonies of #FAEDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDB7

Black with #FAEDB7

Text Example


Text Example

White with #FAEDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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