#FAB6AD

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

Shades of Melon #FAB6AD

Tints of Melon #FAB6AD

Color information

#FAB6AD (or 0xFAB6AD) is unknown color: approx Melon. HEX triplet: FA, B6 and AD. RGB value is (250,182,173). Sum of RGB (Red+Green+Blue) = 250+182+173=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6AD is #054952. Grayscale: #C9C9C9. Windows color (decimal): -346451 or 11384570. OLE color: 11384570.

HSL color Cylindrical-coordinate representation of color #FAB6AD: hue angle of 7.01º 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 #FAB6AD is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB250182173-
CMYK00.270.310.02
HSL7.01º88.51%82.94%-
HSV(B)7.01º30.8%98.04%-
XYZ63.756.847.14-
YUV201.31112.03162.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 173 (67.97% from 255) = 28.60%
R=41.32%
G=30.08%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018217300.270.310.027.0188.5182.94
HexFAB6AD01B1F275953
Octal3722662550333727131123
Binary111110101011011010101101011011111111011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6AD; }

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

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

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

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

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

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

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

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