#FABCA5

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

Shades of Melon #FABCA5

Tints of Melon #FABCA5

Color information

#FABCA5 (or 0xFABCA5) is unknown color: approx Melon. HEX triplet: FA, BC and A5. RGB value is (250,188,165). Sum of RGB (Red+Green+Blue) = 250+188+165=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCA5 is #05435A. Grayscale: #CCCCCC. Windows color (decimal): -344923 or 10861818. OLE color: 10861818.

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

Color convert

RGB250188165-
CMYK00.250.340.02
HSL16.24º89.47%81.37%-
HSV(B)16.24º34%98.04%-
XYZ64.259.0143.6-
YUV203.92106.04160.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 165 (64.84% from 255) = 27.36%
R=41.46%
G=31.18%
B=27.36%

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
Decimal25018816500.250.340.0216.2489.4781.37
HexFABCA5019222105951
Octal37227424503142220131121
Binary111110101011110010100101011001100010101000010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCA5; }

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

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

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

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

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

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

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

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