#FAB9A7

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

Shades of Melon #FAB9A7

Tints of Melon #FAB9A7

Color information

#FAB9A7 (or 0xFAB9A7) is unknown color: approx Melon. HEX triplet: FA, B9 and A7. RGB value is (250,185,167). Sum of RGB (Red+Green+Blue) = 250+185+167=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9A7 is #054658. Grayscale: #CACACA. Windows color (decimal): -345689 or 10992122. OLE color: 10992122.

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

Color convert

RGB250185167-
CMYK00.260.330.02
HSL13.01º89.25%81.76%-
HSV(B)13.01º33.2%98.04%-
XYZ63.7557.8144.36-
YUV202.38108.03161.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 185 (72.66% from 255) = 30.73%
BLUE value IS 167 (65.62% from 255) = 27.74%
R=41.53%
G=30.73%
B=27.74%

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
Decimal25018516700.260.330.0213.0189.2581.76
HexFAB9A701A212d5952
Octal37227124703241215131122
Binary11111010101110011010011101101010000110110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9A7; }

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

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

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

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

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

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

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

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