#FABCB6

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

Shades of Melon #FABCB6

Tints of Melon #FABCB6

Color information

#FABCB6 (or 0xFABCB6) is unknown color: approx Melon. HEX triplet: FA, BC and B6. RGB value is (250,188,182). Sum of RGB (Red+Green+Blue) = 250+188+182=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCB6 is #054349. Grayscale: #CDCDCD. Windows color (decimal): -344906 or 11975930. OLE color: 11975930.

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

Color convert

RGB250188182-
CMYK00.250.270.02
HSL5.29º87.18%84.71%-
HSV(B)5.29º27.2%98.04%-
XYZ65.8559.6752.3-
YUV205.85114.54159.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 182 (71.48% from 255) = 29.35%
R=40.32%
G=30.32%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018818200.250.270.025.2987.1884.71
HexFABCB60191B255755
Octal3722742660313325127125
Binary111110101011110010110110011001110111010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCB6; }

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

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

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

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

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

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

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

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