Shades of Melon #FAC1AF
Tints of Melon #FAC1AF
RGB
CMYK
RGB Variations
Color information
#FAC1AF (or 0xFAC1AF) is known color: Melon. HEX triplet: FA, C1 and AF. RGB value is (250,193,175). Sum of RGB (Red+Green+Blue) = 250+193+175=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1AF is #053E50. Grayscale: #D0D0D0. Windows color (decimal): -343633 or 11518458. OLE color: 11518458.
HSL color Cylindrical-coordinate representation of color #FAC1AF: hue angle of 14.4º 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 #FAC1AF is Cyan = 0, Magento = 0.23, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 175 | - |
| CMYK | 0 | 0.23 | 0.3 | 0.02 |
| HSL | 14.4º | 0.88% | 0.83% | - |
| HSV(B) | 14.4º | 0.3% | 0.98% | - |
| XYZ | 66.23 | 61.56 | 48.95 | - |
| YUV | 207.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 175 | 0 | 0.23 | 0.3 | 0.02 | 14.4 | 0.88 | 0.83 |
| Hex | FA | C1 | AF | 0 | 17 | 1E | 2 | E | 58 | 53 |
| Octal | 372 | 301 | 257 | 0 | 27 | 36 | 2 | 16 | 130 | 123 |
| Binary | 11111010 | 11000001 | 10101111 | 0 | 10111 | 11110 | 10 | 1110 | 1011000 | 1010011 |
Color Harmonies of #FAC1AF
Complementary color
Monochromatic Colors of #FAC1AF
Black with #FAC1AF
Text Example
Text Example
White with #FAC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1AF; }
p { color: rgb(250,193,175); }
H1.HeaderClassName
{
color: #FAC1AF;
}
.AnyTagClassName
{
color: #FAC1AF;
}
</style>
background-color css
<style>
a { background-color: #FAC1AF; }
a { background-color: rgb(250,193,175); }
div.DivClassName
{
background-color: #FAC1AF;
}
.BgClassName
{
background-color: #FAC1AF;
}
</style>
border-color css
<style>
span { border-color: #FAC1AF; }
span { border-color: rgb(250,193,175); }
td.TdClassName
{
border-color: #FAC1AF;
}
.TagClassName
{
border-color: #FAC1AF;
}
</style>