#FABEA5

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

Shades of Melon #FABEA5

Tints of Melon #FABEA5

Color information

#FABEA5 (or 0xFABEA5) is unknown color: approx Melon. HEX triplet: FA, BE and A5. RGB value is (250,190,165). Sum of RGB (Red+Green+Blue) = 250+190+165=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABEA5 is #05415A. Grayscale: #CDCDCD. Windows color (decimal): -344411 or 10862330. OLE color: 10862330.

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

Color convert

RGB250190165-
CMYK00.240.340.02
HSL17.65º89.47%81.37%-
HSV(B)17.65º34%98.04%-
XYZ64.6359.8743.75-
YUV205.09105.38160.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 165 (64.84% from 255) = 27.27%
R=41.32%
G=31.40%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019016500.240.340.0217.6589.4781.37
HexFABEA5018222125951
Octal37227624503042222131121
Binary111110101011111010100101011000100010101001010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEA5; }

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

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

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

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

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

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

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

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