#FAB8AD

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

Shades of Melon #FAB8AD

Tints of Melon #FAB8AD

Color information

#FAB8AD (or 0xFAB8AD) is unknown color: approx Melon. HEX triplet: FA, B8 and AD. RGB value is (250,184,173). Sum of RGB (Red+Green+Blue) = 250+184+173=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB8AD is #054752. Grayscale: #CACACA. Windows color (decimal): -345939 or 11385082. OLE color: 11385082.

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

Color convert

RGB250184173-
CMYK00.260.310.02
HSL8.57º88.51%82.94%-
HSV(B)8.57º30.8%98.04%-
XYZ64.1157.6247.28-
YUV202.48111.37161.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 184 (72.27% from 255) = 30.31%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=41.19%
G=30.31%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018417300.260.310.028.5788.5182.94
HexFAB8AD01A1F295953
Octal37227025503237211131123
Binary1111101010111000101011010110101111110100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8AD; }

 p { color: rgb(250,184,173); }

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

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

 a { background-color: rgb(250,184,173); }

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

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

 span { border-color: rgb(250,184,173); }

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