Shades of Melon #FAC3B2
Tints of Melon #FAC3B2
RGB
CMYK
RGB Variations
Color information
#FAC3B2 (or 0xFAC3B2) is known color: Melon. HEX triplet: FA, C3 and B2. RGB value is (250,195,178). Sum of RGB (Red+Green+Blue) = 250+195+178=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3B2 is #053C4D. Grayscale: #D1D1D1. Windows color (decimal): -343118 or 11715578. OLE color: 11715578.
HSL color Cylindrical-coordinate representation of color #FAC3B2: hue angle of 14.17º 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 #FAC3B2 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 178 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.02 |
| HSL | 14.17º | 0.88% | 0.84% | - |
| HSV(B) | 14.17º | 0.29% | 0.98% | - |
| XYZ | 66.98 | 62.57 | 50.67 | - |
| YUV | 209.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 178 | 0 | 0.22 | 0.29 | 0.02 | 14.17 | 0.88 | 0.84 |
| Hex | FA | C3 | B2 | 0 | 16 | 1D | 2 | E | 58 | 54 |
| Octal | 372 | 303 | 262 | 0 | 26 | 35 | 2 | 16 | 130 | 124 |
| Binary | 11111010 | 11000011 | 10110010 | 0 | 10110 | 11101 | 10 | 1110 | 1011000 | 1010100 |
Color Harmonies of #FAC3B2
Complementary color
Monochromatic Colors of #FAC3B2
Black with #FAC3B2
Text Example
Text Example
White with #FAC3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3B2; }
p { color: rgb(250,195,178); }
H1.HeaderClassName
{
color: #FAC3B2;
}
.AnyTagClassName
{
color: #FAC3B2;
}
</style>
background-color css
<style>
a { background-color: #FAC3B2; }
a { background-color: rgb(250,195,178); }
div.DivClassName
{
background-color: #FAC3B2;
}
.BgClassName
{
background-color: #FAC3B2;
}
</style>
border-color css
<style>
span { border-color: #FAC3B2; }
span { border-color: rgb(250,195,178); }
td.TdClassName
{
border-color: #FAC3B2;
}
.TagClassName
{
border-color: #FAC3B2;
}
</style>