#FABAAE

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

Shades of Melon #FABAAE

Tints of Melon #FABAAE

Color information

#FABAAE (or 0xFABAAE) is unknown color: approx Melon. HEX triplet: FA, BA and AE. RGB value is (250,186,174). Sum of RGB (Red+Green+Blue) = 250+186+174=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAAE is #054551. Grayscale: #CBCBCB. Windows color (decimal): -345426 or 11451130. OLE color: 11451130.

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

Color convert

RGB250186174-
CMYK00.260.300.02
HSL9.47º88.37%83.14%-
HSV(B)9.47º30.4%98.04%-
XYZ64.6258.547.93-
YUV203.77111.2160.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=40.98%
G=30.49%
B=28.52%

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
Decimal25018617400.260.300.029.4788.3783.14
HexFABAAE01A1E295853
Octal37227225603236211130123
Binary1111101010111010101011100110101111010100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAAE; }

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

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

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

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

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

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

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

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