Shades of Melon #FAC2AD
Tints of Melon #FAC2AD
RGB
CMYK
RGB Variations
Color information
#FAC2AD (or 0xFAC2AD) is known color: Melon. HEX triplet: FA, C2 and AD. RGB value is (250,194,173). Sum of RGB (Red+Green+Blue) = 250+194+173=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2AD is #053D52. Grayscale: #D0D0D0. Windows color (decimal): -343379 or 11387642. OLE color: 11387642.
HSL color Cylindrical-coordinate representation of color #FAC2AD: hue angle of 16.36º 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 #FAC2AD is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 173 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.02 |
| HSL | 16.36º | 0.89% | 0.83% | - |
| HSV(B) | 16.36º | 0.31% | 0.98% | - |
| XYZ | 66.26 | 61.92 | 48 | - |
| YUV | 208.35 | 108.05 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 173 | 0 | 0.22 | 0.31 | 0.02 | 16.36 | 0.89 | 0.83 |
| Hex | FA | C2 | AD | 0 | 16 | 1F | 2 | 10 | 59 | 53 |
| Octal | 372 | 302 | 255 | 0 | 26 | 37 | 2 | 20 | 131 | 123 |
| Binary | 11111010 | 11000010 | 10101101 | 0 | 10110 | 11111 | 10 | 10000 | 1011001 | 1010011 |
Color Harmonies of #FAC2AD
Complementary color
Monochromatic Colors of #FAC2AD
Black with #FAC2AD
Text Example
Text Example
White with #FAC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2AD; }
p { color: rgb(250,194,173); }
H1.HeaderClassName
{
color: #FAC2AD;
}
.AnyTagClassName
{
color: #FAC2AD;
}
</style>
background-color css
<style>
a { background-color: #FAC2AD; }
a { background-color: rgb(250,194,173); }
div.DivClassName
{
background-color: #FAC2AD;
}
.BgClassName
{
background-color: #FAC2AD;
}
</style>
border-color css
<style>
span { border-color: #FAC2AD; }
span { border-color: rgb(250,194,173); }
td.TdClassName
{
border-color: #FAC2AD;
}
.TagClassName
{
border-color: #FAC2AD;
}
</style>