#FAB9AE

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

Shades of Melon #FAB9AE

Tints of Melon #FAB9AE

Color information

#FAB9AE (or 0xFAB9AE) is unknown color: approx Melon. HEX triplet: FA, B9 and AE. RGB value is (250,185,174). Sum of RGB (Red+Green+Blue) = 250+185+174=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9AE is #054651. Grayscale: #CBCBCB. Windows color (decimal): -345682 or 11450874. OLE color: 11450874.

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

Color convert

RGB250185174-
CMYK00.260.300.02
HSL8.68º88.37%83.14%-
HSV(B)8.68º30.4%98.04%-
XYZ64.4158.0847.86-
YUV203.18111.53161.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 185 (72.66% from 255) = 30.38%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=41.05%
G=30.38%
B=28.57%

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
Decimal25018517400.260.300.028.6888.3783.14
HexFAB9AE01A1E295853
Octal37227125603236211130123
Binary1111101010111001101011100110101111010100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9AE; }

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

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

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

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

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

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

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

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