#FAB8B0

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

Shades of Melon #FAB8B0

Tints of Melon #FAB8B0

Color information

#FAB8B0 (or 0xFAB8B0) is unknown color: approx Melon. HEX triplet: FA, B8 and B0. RGB value is (250,184,176). Sum of RGB (Red+Green+Blue) = 250+184+176=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 176 (69.14% from 255 or 28.85% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB8B0 is #05474F. Grayscale: #CACACA. Windows color (decimal): -345936 or 11581690. OLE color: 11581690.

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

Color convert

RGB250184176-
CMYK00.260.300.02
HSL6.49º88.1%83.53%-
HSV(B)6.49º29.6%98.04%-
XYZ64.457.7448.82-
YUV202.82112.87161.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 176 (69.14% from 255) = 28.85%
R=40.98%
G=30.16%
B=28.85%

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
Decimal25018417600.260.300.026.4988.183.53
HexFAB8B001A1E265854
Octal3722702600323626130124
Binary111110101011100010110000011010111101011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8B0; }

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

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

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

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

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

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

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

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