#FAB9B0

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

Shades of Melon #FAB9B0

Tints of Melon #FAB9B0

Color information

#FAB9B0 (or 0xFAB9B0) is unknown color: approx Melon. HEX triplet: FA, B9 and B0. RGB value is (250,185,176). Sum of RGB (Red+Green+Blue) = 250+185+176=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9B0 is #05464F. Grayscale: #CBCBCB. Windows color (decimal): -345680 or 11581946. OLE color: 11581946.

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

Color convert

RGB250185176-
CMYK00.260.300.02
HSL7.3º88.1%83.53%-
HSV(B)7.3º29.6%98.04%-
XYZ64.6158.1648.89-
YUV203.41112.53161.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 176 (69.14% from 255) = 28.81%
R=40.92%
G=30.28%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018517600.260.300.027.388.183.53
HexFAB9B001A1E275854
Octal3722712600323627130124
Binary111110101011100110110000011010111101011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9B0; }

 p { color: rgb(250,185,176); }

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

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

 a { background-color: rgb(250,185,176); }

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

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

 span { border-color: rgb(250,185,176); }

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