#FAB9AA

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

Shades of Melon #FAB9AA

Tints of Melon #FAB9AA

Color information

#FAB9AA (or 0xFAB9AA) is unknown color: approx Melon. HEX triplet: FA, B9 and AA. RGB value is (250,185,170). Sum of RGB (Red+Green+Blue) = 250+185+170=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9AA is #054655. Grayscale: #CACACA. Windows color (decimal): -345686 or 11188730. OLE color: 11188730.

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

Color convert

RGB250185170-
CMYK00.260.320.02
HSL11.25º88.89%82.35%-
HSV(B)11.25º32%98.04%-
XYZ64.0357.9245.84-
YUV202.72109.53161.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 185 (72.66% from 255) = 30.58%
BLUE value IS 170 (66.80% from 255) = 28.10%
R=41.32%
G=30.58%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018517000.260.320.0211.2588.8982.35
HexFAB9AA01A202b5952
Octal37227125203240213131122
Binary11111010101110011010101001101010000010101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9AA; }

 p { color: rgb(250,185,170); }

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

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

 a { background-color: rgb(250,185,170); }

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

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

 span { border-color: rgb(250,185,170); }

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