#FABCA6

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

Shades of Melon #FABCA6

Tints of Melon #FABCA6

Color information

#FABCA6 (or 0xFABCA6) is unknown color: approx Melon. HEX triplet: FA, BC and A6. RGB value is (250,188,166). Sum of RGB (Red+Green+Blue) = 250+188+166=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCA6 is #054359. Grayscale: #CCCCCC. Windows color (decimal): -344922 or 10927354. OLE color: 10927354.

HSL color Cylindrical-coordinate representation of color #FABCA6: hue angle of 15.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FABCA6 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB250188166-
CMYK00.250.340.02
HSL15.71º89.36%81.57%-
HSV(B)15.71º33.6%98.04%-
XYZ64.2959.0444.08-
YUV204.03106.54160.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 166 (65.23% from 255) = 27.48%
R=41.39%
G=31.13%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018816600.250.340.0215.7189.3681.57
HexFABCA6019222105952
Octal37227424603142220131122
Binary111110101011110010100110011001100010101000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCA6; }

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

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

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

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

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

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

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

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