#FAB7AA

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

Shades of Melon #FAB7AA

Tints of Melon #FAB7AA

Color information

#FAB7AA (or 0xFAB7AA) is unknown color: approx Melon. HEX triplet: FA, B7 and AA. RGB value is (250,183,170). Sum of RGB (Red+Green+Blue) = 250+183+170=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7AA is #054855. Grayscale: #C9C9C9. Windows color (decimal): -346198 or 11188218. OLE color: 11188218.

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

Color convert

RGB250183170-
CMYK00.270.320.02
HSL9.75º88.89%82.35%-
HSV(B)9.75º32%98.04%-
XYZ63.6157.0945.7-
YUV201.55110.2162.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 183 (71.88% from 255) = 30.35%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=41.46%
G=30.35%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018317000.270.320.029.7588.8982.35
HexFAB7AA01B202a5952
Octal37226725203340212131122
Binary11111010101101111010101001101110000010101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7AA; }

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

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

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

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

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

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

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

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