Shades of Melon #FAC2B1
Tints of Melon #FAC2B1
RGB
CMYK
RGB Variations
Color information
#FAC2B1 (or 0xFAC2B1) is known color: Melon. HEX triplet: FA, C2 and B1. RGB value is (250,194,177). Sum of RGB (Red+Green+Blue) = 250+194+177=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2B1 is #053D4E. Grayscale: #D0D0D0. Windows color (decimal): -343375 or 11649786. OLE color: 11649786.
HSL color Cylindrical-coordinate representation of color #FAC2B1: hue angle of 13.97º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAC2B1 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 177 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.02 |
| HSL | 13.97º | 0.88% | 0.84% | - |
| HSV(B) | 13.97º | 0.29% | 0.98% | - |
| XYZ | 66.65 | 62.08 | 50.07 | - |
| YUV | 208.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 177 | 0 | 0.22 | 0.29 | 0.02 | 13.97 | 0.88 | 0.84 |
| Hex | FA | C2 | B1 | 0 | 16 | 1D | 2 | E | 58 | 54 |
| Octal | 372 | 302 | 261 | 0 | 26 | 35 | 2 | 16 | 130 | 124 |
| Binary | 11111010 | 11000010 | 10110001 | 0 | 10110 | 11101 | 10 | 1110 | 1011000 | 1010100 |
Color Harmonies of #FAC2B1
Complementary color
Monochromatic Colors of #FAC2B1
Black with #FAC2B1
Text Example
Text Example
White with #FAC2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2B1; }
p { color: rgb(250,194,177); }
H1.HeaderClassName
{
color: #FAC2B1;
}
.AnyTagClassName
{
color: #FAC2B1;
}
</style>
background-color css
<style>
a { background-color: #FAC2B1; }
a { background-color: rgb(250,194,177); }
div.DivClassName
{
background-color: #FAC2B1;
}
.BgClassName
{
background-color: #FAC2B1;
}
</style>
border-color css
<style>
span { border-color: #FAC2B1; }
span { border-color: rgb(250,194,177); }
td.TdClassName
{
border-color: #FAC2B1;
}
.TagClassName
{
border-color: #FAC2B1;
}
</style>