Shades of Melon #FAC1AB
Tints of Melon #FAC1AB
RGB
CMYK
RGB Variations
Color information
#FAC1AB (or 0xFAC1AB) is known color: Melon. HEX triplet: FA, C1 and AB. RGB value is (250,193,171). Sum of RGB (Red+Green+Blue) = 250+193+171=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1AB is #053E54. Grayscale: #CFCFCF. Windows color (decimal): -343637 or 11256314. OLE color: 11256314.
HSL color Cylindrical-coordinate representation of color #FAC1AB: hue angle of 16.71º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAC1AB is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 171 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.02 |
| HSL | 16.71º | 0.89% | 0.83% | - |
| HSV(B) | 16.71º | 0.32% | 0.98% | - |
| XYZ | 65.84 | 61.4 | 46.91 | - |
| YUV | 207.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 171 | 0 | 0.23 | 0.32 | 0.02 | 16.71 | 0.89 | 0.83 |
| Hex | FA | C1 | AB | 0 | 17 | 20 | 2 | 11 | 59 | 53 |
| Octal | 372 | 301 | 253 | 0 | 27 | 40 | 2 | 21 | 131 | 123 |
| Binary | 11111010 | 11000001 | 10101011 | 0 | 10111 | 100000 | 10 | 10001 | 1011001 | 1010011 |
Color Harmonies of #FAC1AB
Complementary color
Monochromatic Colors of #FAC1AB
Black with #FAC1AB
Text Example
Text Example
White with #FAC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1AB; }
p { color: rgb(250,193,171); }
H1.HeaderClassName
{
color: #FAC1AB;
}
.AnyTagClassName
{
color: #FAC1AB;
}
</style>
background-color css
<style>
a { background-color: #FAC1AB; }
a { background-color: rgb(250,193,171); }
div.DivClassName
{
background-color: #FAC1AB;
}
.BgClassName
{
background-color: #FAC1AB;
}
</style>
border-color css
<style>
span { border-color: #FAC1AB; }
span { border-color: rgb(250,193,171); }
td.TdClassName
{
border-color: #FAC1AB;
}
.TagClassName
{
border-color: #FAC1AB;
}
</style>