#FAB6AF

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

Shades of Melon #FAB6AF

Tints of Melon #FAB6AF

Color information

#FAB6AF (or 0xFAB6AF) is unknown color: approx Melon. HEX triplet: FA, B6 and AF. RGB value is (250,182,175). Sum of RGB (Red+Green+Blue) = 250+182+175=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6AF is #054950. Grayscale: #C9C9C9. Windows color (decimal): -346449 or 11515642. OLE color: 11515642.

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

Color convert

RGB250182175-
CMYK00.270.30.02
HSL5.6º88.24%83.33%-
HSV(B)5.6º30%98.04%-
XYZ63.8956.8848.17-
YUV201.53113.03162.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=41.19%
G=29.98%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018217500.270.30.025.688.2483.33
HexFAB6AF01B1E265853
Octal3722662570333626130123
Binary111110101011011010101111011011111101011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6AF; }

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

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

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

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

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

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

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

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