#FAB8AE

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

Shades of Melon #FAB8AE

Tints of Melon #FAB8AE

Color information

#FAB8AE (or 0xFAB8AE) is unknown color: approx Melon. HEX triplet: FA, B8 and AE. RGB value is (250,184,174). Sum of RGB (Red+Green+Blue) = 250+184+174=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB8AE is #054751. Grayscale: #CACACA. Windows color (decimal): -345938 or 11450618. OLE color: 11450618.

HSL color Cylindrical-coordinate representation of color #FAB8AE: hue angle of 7.89º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB8AE is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250184174-
CMYK00.260.300.02
HSL7.89º88.37%83.14%-
HSV(B)7.89º30.4%98.04%-
XYZ64.257.6647.79-
YUV202.59111.87161.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 184 (72.27% from 255) = 30.26%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=41.12%
G=30.26%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018417400.260.300.027.8988.3783.14
HexFAB8AE01A1E285853
Octal37227025603236210130123
Binary1111101010111000101011100110101111010100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB8AE; }

 p { color: rgb(250,184,174); }

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

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

 a { background-color: rgb(250,184,174); }

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

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

 span { border-color: rgb(250,184,174); }

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