Shades of Melon #FAC0B3
Tints of Melon #FAC0B3
RGB
CMYK
RGB Variations
Color information
#FAC0B3 (or 0xFAC0B3) is known color: Melon. HEX triplet: FA, C0 and B3. RGB value is (250,192,179). Sum of RGB (Red+Green+Blue) = 250+192+179=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0B3 is #053F4C. Grayscale: #CFCFCF. Windows color (decimal): -343885 or 11780346. OLE color: 11780346.
HSL color Cylindrical-coordinate representation of color #FAC0B3: hue angle of 10.99º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAC0B3 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 179 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.02 |
| HSL | 10.99º | 0.88% | 0.84% | - |
| HSV(B) | 10.99º | 0.28% | 0.98% | - |
| XYZ | 66.41 | 61.28 | 50.98 | - |
| YUV | 207.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 179 | 0 | 0.23 | 0.28 | 0.02 | 10.99 | 0.88 | 0.84 |
| Hex | FA | C0 | B3 | 0 | 17 | 1C | 2 | B | 58 | 54 |
| Octal | 372 | 300 | 263 | 0 | 27 | 34 | 2 | 13 | 130 | 124 |
| Binary | 11111010 | 11000000 | 10110011 | 0 | 10111 | 11100 | 10 | 1011 | 1011000 | 1010100 |
Color Harmonies of #FAC0B3
Complementary color
Monochromatic Colors of #FAC0B3
Black with #FAC0B3
Text Example
Text Example
White with #FAC0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0B3; }
p { color: rgb(250,192,179); }
H1.HeaderClassName
{
color: #FAC0B3;
}
.AnyTagClassName
{
color: #FAC0B3;
}
</style>
background-color css
<style>
a { background-color: #FAC0B3; }
a { background-color: rgb(250,192,179); }
div.DivClassName
{
background-color: #FAC0B3;
}
.BgClassName
{
background-color: #FAC0B3;
}
</style>
border-color css
<style>
span { border-color: #FAC0B3; }
span { border-color: rgb(250,192,179); }
td.TdClassName
{
border-color: #FAC0B3;
}
.TagClassName
{
border-color: #FAC0B3;
}
</style>