#FABAA8

Color #FABAA8 Melon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melon #FABAA8

Tints of Melon #FABAA8

Color information

#FABAA8 (or 0xFABAA8) is unknown color: approx Melon. HEX triplet: FA, BA and A8. RGB value is (250,186,168). Sum of RGB (Red+Green+Blue) = 250+186+168=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAA8 is #054557. Grayscale: #CBCBCB. Windows color (decimal): -345432 or 11057914. OLE color: 11057914.

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

Color convert

RGB250186168-
CMYK00.260.330.02
HSL13.17º89.13%81.96%-
HSV(B)13.17º32.8%98.04%-
XYZ64.0558.2744.92-
YUV203.08108.2161.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 168 (66.02% from 255) = 27.81%
R=41.39%
G=30.79%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018616800.260.330.0213.1789.1381.96
HexFABAA801A212d5952
Octal37227225003241215131122
Binary11111010101110101010100001101010000110110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAA8; }

 p { color: rgb(250,186,168); }

 H1.HeaderClassName
 {
   color: #FABAA8;
 }
 .AnyTagClassName
 {
   color: #FABAA8;
 }
</style>
background-color css

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

 a { background-color: rgb(250,186,168); }

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

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

 span { border-color: rgb(250,186,168); }

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