#FAB6AE

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

Shades of Melon #FAB6AE

Tints of Melon #FAB6AE

Color information

#FAB6AE (or 0xFAB6AE) is unknown color: approx Melon. HEX triplet: FA, B6 and AE. RGB value is (250,182,174). Sum of RGB (Red+Green+Blue) = 250+182+174=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6AE is #054951. Grayscale: #C9C9C9. Windows color (decimal): -346450 or 11450106. OLE color: 11450106.

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

Color convert

RGB250182174-
CMYK00.270.300.02
HSL6.32º88.37%83.14%-
HSV(B)6.32º30.4%98.04%-
XYZ63.7956.8447.65-
YUV201.42112.53162.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=41.25%
G=30.03%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018217400.270.300.026.3288.3783.14
HexFAB6AE01B1E265853
Octal3722662560333626130123
Binary111110101011011010101110011011111101011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6AE; }

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

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

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

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

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

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

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

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