#FAB7B6

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

Shades of Melon #FAB7B6

Tints of Melon #FAB7B6

Color information

#FAB7B6 (or 0xFAB7B6) is unknown color: approx Melon. HEX triplet: FA, B7 and B6. RGB value is (250,183,182). Sum of RGB (Red+Green+Blue) = 250+183+182=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7B6 is #054849. Grayscale: #CACACA. Windows color (decimal): -346186 or 11974650. OLE color: 11974650.

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

Color convert

RGB250183182-
CMYK00.270.270.02
HSL0.88º87.18%84.71%-
HSV(B)0.88º27.2%98.04%-
XYZ64.857.5751.95-
YUV202.92116.2161.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 183 (71.88% from 255) = 29.76%
BLUE value IS 182 (71.48% from 255) = 29.59%
R=40.65%
G=29.76%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018318200.270.270.020.8887.1884.71
HexFAB7B601B1B215755
Octal3722672660333321127125
Binary1111101010110111101101100110111101110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7B6; }

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

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

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

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

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

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

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

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