#FAB5A4

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

Shades of Melon #FAB5A4

Tints of Melon #FAB5A4

Color information

#FAB5A4 (or 0xFAB5A4) is unknown color: approx Melon. HEX triplet: FA, B5 and A4. RGB value is (250,181,164). Sum of RGB (Red+Green+Blue) = 250+181+164=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5A4 is #054A5B. Grayscale: #C7C7C7. Windows color (decimal): -346716 or 10794490. OLE color: 10794490.

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

Color convert

RGB250181164-
CMYK00.280.340.02
HSL11.86º89.58%81.18%-
HSV(B)11.86º34.4%98.04%-
XYZ62.6556.0542.64-
YUV199.69107.86163.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 181 (71.09% from 255) = 30.42%
BLUE value IS 164 (64.45% from 255) = 27.56%
R=42.02%
G=30.42%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018116400.280.340.0211.8689.5881.18
HexFAB5A401C222c5a51
Octal37226524403442214132121
Binary11111010101101011010010001110010001010110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB5A4; }

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

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

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

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

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

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

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

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