#FAB5AB

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

Shades of Melon #FAB5AB

Tints of Melon #FAB5AB

Color information

#FAB5AB (or 0xFAB5AB) is unknown color: approx Melon. HEX triplet: FA, B5 and AB. RGB value is (250,181,171). Sum of RGB (Red+Green+Blue) = 250+181+171=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5AB is #054A54. Grayscale: #C8C8C8. Windows color (decimal): -346709 or 11253242. OLE color: 11253242.

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

Color convert

RGB250181171-
CMYK00.280.320.02
HSL7.59º88.76%82.55%-
HSV(B)7.59º31.6%98.04%-
XYZ63.356.3146.06-
YUV200.49111.36163.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=41.53%
G=30.07%
B=28.41%

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
Decimal25018117100.280.320.027.5988.7682.55
HexFAB5AB01C20285953
Octal37226525303440210131123
Binary11111010101101011010101101110010000010100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB5AB; }

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

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

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

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

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

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

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

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