Shades of Melon #FAC2AF
Tints of Melon #FAC2AF
RGB
CMYK
RGB Variations
Color information
#FAC2AF (or 0xFAC2AF) is known color: Melon. HEX triplet: FA, C2 and AF. RGB value is (250,194,175). Sum of RGB (Red+Green+Blue) = 250+194+175=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2AF is #053D50. Grayscale: #D0D0D0. Windows color (decimal): -343377 or 11518714. OLE color: 11518714.
HSL color Cylindrical-coordinate representation of color #FAC2AF: hue angle of 15.2º 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 #FAC2AF is Cyan = 0, Magento = 0.22, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 175 | - |
| CMYK | 0 | 0.22 | 0.3 | 0.02 |
| HSL | 15.2º | 0.88% | 0.83% | - |
| HSV(B) | 15.2º | 0.3% | 0.98% | - |
| XYZ | 66.45 | 62 | 49.02 | - |
| YUV | 208.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 175 | 0 | 0.22 | 0.3 | 0.02 | 15.2 | 0.88 | 0.83 |
| Hex | FA | C2 | AF | 0 | 16 | 1E | 2 | F | 58 | 53 |
| Octal | 372 | 302 | 257 | 0 | 26 | 36 | 2 | 17 | 130 | 123 |
| Binary | 11111010 | 11000010 | 10101111 | 0 | 10110 | 11110 | 10 | 1111 | 1011000 | 1010011 |
Color Harmonies of #FAC2AF
Complementary color
Monochromatic Colors of #FAC2AF
Black with #FAC2AF
Text Example
Text Example
White with #FAC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2AF; }
p { color: rgb(250,194,175); }
H1.HeaderClassName
{
color: #FAC2AF;
}
.AnyTagClassName
{
color: #FAC2AF;
}
</style>
background-color css
<style>
a { background-color: #FAC2AF; }
a { background-color: rgb(250,194,175); }
div.DivClassName
{
background-color: #FAC2AF;
}
.BgClassName
{
background-color: #FAC2AF;
}
</style>
border-color css
<style>
span { border-color: #FAC2AF; }
span { border-color: rgb(250,194,175); }
td.TdClassName
{
border-color: #FAC2AF;
}
.TagClassName
{
border-color: #FAC2AF;
}
</style>