Shades of Snuff #FAC6FB
Tints of Snuff #FAC6FB
RGB
CMYK
RGB Variations
Color information
#FAC6FB (or 0xFAC6FB) is known color: Snuff. HEX triplet: FA, C6 and FB. RGB value is (250,198,251). Sum of RGB (Red+Green+Blue) = 250+198+251=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 198 (77.73% from 255 or 28.33% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAC6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6FB is #053904. Grayscale: #DBDBDB. Windows color (decimal): -342277 or 16500474. OLE color: 16500474.
HSL color Cylindrical-coordinate representation of color #FAC6FB: hue angle of 298.87º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC6FB is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 251 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.02 |
| HSL | 298.87º | 0.87% | 0.88% | - |
| HSV(B) | 298.87º | 0.21% | 0.98% | - |
| XYZ | 77.03 | 67.68 | 100.27 | - |
| YUV | 219.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 251 | 0.00 | 0.21 | 0 | 0.02 | 298.87 | 0.87 | 0.88 |
| Hex | FA | C6 | FB | 0 | 15 | 0 | 2 | 12B | 57 | 58 |
| Octal | 372 | 306 | 373 | 0 | 25 | 0 | 2 | 453 | 127 | 130 |
| Binary | 11111010 | 11000110 | 11111011 | 0 | 10101 | 0 | 10 | 100101011 | 1010111 | 1011000 |
Color Harmonies of #FAC6FB
Complementary color
Monochromatic Colors of #FAC6FB
Black with #FAC6FB
Text Example
Text Example
White with #FAC6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6FB; }
p { color: rgb(250,198,251); }
H1.HeaderClassName
{
color: #FAC6FB;
}
.AnyTagClassName
{
color: #FAC6FB;
}
</style>
background-color css
<style>
a { background-color: #FAC6FB; }
a { background-color: rgb(250,198,251); }
div.DivClassName
{
background-color: #FAC6FB;
}
.BgClassName
{
background-color: #FAC6FB;
}
</style>
border-color css
<style>
span { border-color: #FAC6FB; }
span { border-color: rgb(250,198,251); }
td.TdClassName
{
border-color: #FAC6FB;
}
.TagClassName
{
border-color: #FAC6FB;
}
</style>