Shades of Melon #FAC1B0
Tints of Melon #FAC1B0
RGB
CMYK
RGB Variations
Color information
#FAC1B0 (or 0xFAC1B0) is known color: Melon. HEX triplet: FA, C1 and B0. RGB value is (250,193,176). Sum of RGB (Red+Green+Blue) = 250+193+176=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1B0 is #053E4F. Grayscale: #D0D0D0. Windows color (decimal): -343632 or 11583994. OLE color: 11583994.
HSL color Cylindrical-coordinate representation of color #FAC1B0: hue angle of 13.78º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAC1B0 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 176 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.02 |
| HSL | 13.78º | 0.88% | 0.84% | - |
| HSV(B) | 13.78º | 0.3% | 0.98% | - |
| XYZ | 66.33 | 61.6 | 49.47 | - |
| YUV | 208.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 176 | 0 | 0.23 | 0.30 | 0.02 | 13.78 | 0.88 | 0.84 |
| Hex | FA | C1 | B0 | 0 | 17 | 1E | 2 | E | 58 | 54 |
| Octal | 372 | 301 | 260 | 0 | 27 | 36 | 2 | 16 | 130 | 124 |
| Binary | 11111010 | 11000001 | 10110000 | 0 | 10111 | 11110 | 10 | 1110 | 1011000 | 1010100 |
Color Harmonies of #FAC1B0
Complementary color
Monochromatic Colors of #FAC1B0
Black with #FAC1B0
Text Example
Text Example
White with #FAC1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1B0; }
p { color: rgb(250,193,176); }
H1.HeaderClassName
{
color: #FAC1B0;
}
.AnyTagClassName
{
color: #FAC1B0;
}
</style>
background-color css
<style>
a { background-color: #FAC1B0; }
a { background-color: rgb(250,193,176); }
div.DivClassName
{
background-color: #FAC1B0;
}
.BgClassName
{
background-color: #FAC1B0;
}
</style>
border-color css
<style>
span { border-color: #FAC1B0; }
span { border-color: rgb(250,193,176); }
td.TdClassName
{
border-color: #FAC1B0;
}
.TagClassName
{
border-color: #FAC1B0;
}
</style>