Html Css Color HEX #FAEDAF Banana Mania

📋 copy color: '#FAEDAF'

red 250 ◦ green 237 ◦ blue 175

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

Shades of Banana Mania #FAEDAF

Tints of Banana Mania #FAEDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.44%

R = 37.76%
G = 35.8%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAEDAF (or 0xFAEDAF) is known color: Banana Mania. HEX triplet: FA, ED and AF. RGB value is (250,237,175). Sum of RGB (Red+Green+Blue) = 250+237+175=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDAF is #051250. Grayscale: #EAEAEA. Windows color (decimal): -332369 or 11529722. OLE color: 11529722.

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

Color convert

RGB 250 237 175 -
CMYK 0 0.05 0.3 0.02
HSL 49.6º 0.88% 0.83% -
HSV(B) 49.6º 0.3% 0.98% -
XYZ 77.45 83.99 52.69 -
YUV 233.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 250 237 175 0 0.05 0.3 0.02 49.6 0.88 0.83
Hex FA ED AF 0 5 1E 2 32 58 53
Octal 372 355 257 0 5 36 2 62 130 123
Binary 11111010 11101101 10101111 0 101 11110 10 110010 1011000 1010011

Color Harmonies of #FAEDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDAF

Black with #FAEDAF

Text Example


Text Example

White with #FAEDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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