#FABEA8

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

Shades of Melon #FABEA8

Tints of Melon #FABEA8

Color information

#FABEA8 (or 0xFABEA8) is unknown color: approx Melon. HEX triplet: FA, BE and A8. RGB value is (250,190,168). Sum of RGB (Red+Green+Blue) = 250+190+168=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABEA8 is #054157. Grayscale: #CDCDCD. Windows color (decimal): -344408 or 11058938. OLE color: 11058938.

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

Color convert

RGB250190168-
CMYK00.240.330.02
HSL16.1º89.13%81.96%-
HSV(B)16.1º32.8%98.04%-
XYZ64.9159.9845.2-
YUV205.43106.88159.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 168 (66.02% from 255) = 27.63%
R=41.12%
G=31.25%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019016800.240.330.0216.189.1381.96
HexFABEA8018212105952
Octal37227625003041220131122
Binary111110101011111010101000011000100001101000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEA8; }

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

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

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

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

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

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

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

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