Shades of Melon #FAC3AD
Tints of Melon #FAC3AD
RGB
CMYK
RGB Variations
Color information
#FAC3AD (or 0xFAC3AD) is known color: Melon. HEX triplet: FA, C3 and AD. RGB value is (250,195,173). Sum of RGB (Red+Green+Blue) = 250+195+173=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3AD is #053C52. Grayscale: #D1D1D1. Windows color (decimal): -343123 or 11387898. OLE color: 11387898.
HSL color Cylindrical-coordinate representation of color #FAC3AD: hue angle of 17.14º 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 #FAC3AD is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 173 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.02 |
| HSL | 17.14º | 0.89% | 0.83% | - |
| HSV(B) | 17.14º | 0.31% | 0.98% | - |
| XYZ | 66.48 | 62.37 | 48.07 | - |
| YUV | 208.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 173 | 0 | 0.22 | 0.31 | 0.02 | 17.14 | 0.89 | 0.83 |
| Hex | FA | C3 | AD | 0 | 16 | 1F | 2 | 11 | 59 | 53 |
| Octal | 372 | 303 | 255 | 0 | 26 | 37 | 2 | 21 | 131 | 123 |
| Binary | 11111010 | 11000011 | 10101101 | 0 | 10110 | 11111 | 10 | 10001 | 1011001 | 1010011 |
Color Harmonies of #FAC3AD
Complementary color
Monochromatic Colors of #FAC3AD
Black with #FAC3AD
Text Example
Text Example
White with #FAC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3AD; }
p { color: rgb(250,195,173); }
H1.HeaderClassName
{
color: #FAC3AD;
}
.AnyTagClassName
{
color: #FAC3AD;
}
</style>
background-color css
<style>
a { background-color: #FAC3AD; }
a { background-color: rgb(250,195,173); }
div.DivClassName
{
background-color: #FAC3AD;
}
.BgClassName
{
background-color: #FAC3AD;
}
</style>
border-color css
<style>
span { border-color: #FAC3AD; }
span { border-color: rgb(250,195,173); }
td.TdClassName
{
border-color: #FAC3AD;
}
.TagClassName
{
border-color: #FAC3AD;
}
</style>