Shades of Melon #FAC1AC
Tints of Melon #FAC1AC
RGB
CMYK
RGB Variations
Color information
#FAC1AC (or 0xFAC1AC) is known color: Melon. HEX triplet: FA, C1 and AC. RGB value is (250,193,172). Sum of RGB (Red+Green+Blue) = 250+193+172=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1AC is #053E53. Grayscale: #CFCFCF. Windows color (decimal): -343636 or 11321850. OLE color: 11321850.
HSL color Cylindrical-coordinate representation of color #FAC1AC: hue angle of 16.15º 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 #FAC1AC is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 172 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.02 |
| HSL | 16.15º | 0.89% | 0.83% | - |
| HSV(B) | 16.15º | 0.31% | 0.98% | - |
| XYZ | 65.94 | 61.44 | 47.41 | - |
| YUV | 207.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 172 | 0 | 0.23 | 0.31 | 0.02 | 16.15 | 0.89 | 0.83 |
| Hex | FA | C1 | AC | 0 | 17 | 1F | 2 | 10 | 59 | 53 |
| Octal | 372 | 301 | 254 | 0 | 27 | 37 | 2 | 20 | 131 | 123 |
| Binary | 11111010 | 11000001 | 10101100 | 0 | 10111 | 11111 | 10 | 10000 | 1011001 | 1010011 |
Color Harmonies of #FAC1AC
Complementary color
Monochromatic Colors of #FAC1AC
Black with #FAC1AC
Text Example
Text Example
White with #FAC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1AC; }
p { color: rgb(250,193,172); }
H1.HeaderClassName
{
color: #FAC1AC;
}
.AnyTagClassName
{
color: #FAC1AC;
}
</style>
background-color css
<style>
a { background-color: #FAC1AC; }
a { background-color: rgb(250,193,172); }
div.DivClassName
{
background-color: #FAC1AC;
}
.BgClassName
{
background-color: #FAC1AC;
}
</style>
border-color css
<style>
span { border-color: #FAC1AC; }
span { border-color: rgb(250,193,172); }
td.TdClassName
{
border-color: #FAC1AC;
}
.TagClassName
{
border-color: #FAC1AC;
}
</style>