#FAB9AD

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

Shades of Melon #FAB9AD

Tints of Melon #FAB9AD

Color information

#FAB9AD (or 0xFAB9AD) is unknown color: approx Melon. HEX triplet: FA, B9 and AD. RGB value is (250,185,173). Sum of RGB (Red+Green+Blue) = 250+185+173=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9AD is #054652. Grayscale: #CBCBCB. Windows color (decimal): -345683 or 11385338. OLE color: 11385338.

HSL color Cylindrical-coordinate representation of color #FAB9AD: hue angle of 9.35º 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 #FAB9AD is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB250185173-
CMYK00.260.310.02
HSL9.35º88.51%82.94%-
HSV(B)9.35º30.8%98.04%-
XYZ64.3258.0447.35-
YUV203.07111.03161.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 185 (72.66% from 255) = 30.43%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=41.12%
G=30.43%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018517300.260.310.029.3588.5182.94
HexFAB9AD01A1F295953
Octal37227125503237211131123
Binary1111101010111001101011010110101111110100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9AD; }

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

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

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

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

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

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

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

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