#FAB5AA

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

Shades of Melon #FAB5AA

Tints of Melon #FAB5AA

Color information

#FAB5AA (or 0xFAB5AA) is unknown color: approx Melon. HEX triplet: FA, B5 and AA. RGB value is (250,181,170). Sum of RGB (Red+Green+Blue) = 250+181+170=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5AA is #054A55. Grayscale: #C8C8C8. Windows color (decimal): -346710 or 11187706. OLE color: 11187706.

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

Color convert

RGB250181170-
CMYK00.280.320.02
HSL8.25º88.89%82.35%-
HSV(B)8.25º32%98.04%-
XYZ63.256.2745.56-
YUV200.38110.86163.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 181 (71.09% from 255) = 30.12%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=41.60%
G=30.12%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018117000.280.320.028.2588.8982.35
HexFAB5AA01C20285952
Octal37226525203440210131122
Binary11111010101101011010101001110010000010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB5AA; }

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

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

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

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

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

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

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

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