Html Css Color HEX #FAECAD Banana Mania

📋 copy color: '#FAECAD'

red 250 ◦ green 236 ◦ blue 173

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

Shades of Banana Mania #FAECAD

Tints of Banana Mania #FAECAD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.81%

 BLUE value IS 173 (67.97% from 255) = 26.25%

R = 37.94%
G = 35.81%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAECAD (or 0xFAECAD) is known color: Banana Mania. HEX triplet: FA, EC and AD. RGB value is (250,236,173). Sum of RGB (Red+Green+Blue) = 250+236+173=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 173 (67.97% from 255 or 26.25% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECAD is #051352. Grayscale: #E9E9E9. Windows color (decimal): -332627 or 11398394. OLE color: 11398394.

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

Color convert

RGB 250 236 173 -
CMYK 0 0.06 0.31 0.02
HSL 49.09º 0.89% 0.83% -
HSV(B) 49.09º 0.31% 0.98% -
XYZ 76.96 83.33 51.56 -
YUV 233 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 250 236 173 0 0.06 0.31 0.02 49.09 0.89 0.83
Hex FA EC AD 0 6 1F 2 31 59 53
Octal 372 354 255 0 6 37 2 61 131 123
Binary 11111010 11101100 10101101 0 110 11111 10 110001 1011001 1010011

Color Harmonies of #FAECAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECAD

Black with #FAECAD

Text Example


Text Example

White with #FAECAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECAD; }

 p { color: rgb(250,236,173); }

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

background-color css

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

 a { background-color: rgb(250,236,173); }

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

border-color css

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

 span { border-color: rgb(250,236,173); }

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