#FABAAD

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

Shades of Melon #FABAAD

Tints of Melon #FABAAD

Color information

#FABAAD (or 0xFABAAD) is unknown color: approx Melon. HEX triplet: FA, BA and AD. RGB value is (250,186,173). Sum of RGB (Red+Green+Blue) = 250+186+173=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAAD is #054552. Grayscale: #CBCBCB. Windows color (decimal): -345427 or 11385594. OLE color: 11385594.

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

Color convert

RGB250186173-
CMYK00.260.310.02
HSL10.13º88.51%82.94%-
HSV(B)10.13º30.8%98.04%-
XYZ64.5358.4647.42-
YUV203.65110.7161.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=41.05%
G=30.54%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018617300.260.310.0210.1388.5182.94
HexFABAAD01A1F2a5953
Octal37227225503237212131123
Binary1111101010111010101011010110101111110101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAAD; }

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

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

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

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

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

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

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

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