#FAB6A3

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

Shades of Melon #FAB6A3

Tints of Melon #FAB6A3

Color information

#FAB6A3 (or 0xFAB6A3) is unknown color: approx Melon. HEX triplet: FA, B6 and A3. RGB value is (250,182,163). Sum of RGB (Red+Green+Blue) = 250+182+163=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 163 (64.06% from 255 or 27.39% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6A3 is #05495C. Grayscale: #C8C8C8. Windows color (decimal): -346461 or 10729210. OLE color: 10729210.

HSL color Cylindrical-coordinate representation of color #FAB6A3: hue angle of 13.1º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAB6A3 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB250182163-
CMYK00.270.350.02
HSL13.1º89.69%80.98%-
HSV(B)13.1º34.8%98.04%-
XYZ62.7656.4242.23-
YUV200.17107.03163.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 163 (64.06% from 255) = 27.39%
R=42.02%
G=30.59%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018216300.270.350.0213.189.6980.98
HexFAB6A301B232d5a51
Octal37226624303343215132121
Binary11111010101101101010001101101110001110110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6A3; }

 p { color: rgb(250,182,163); }

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

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

 a { background-color: rgb(250,182,163); }

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

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

 span { border-color: rgb(250,182,163); }

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