Shades of Snuff #FAC8FB
Tints of Snuff #FAC8FB
RGB
CMYK
RGB Variations
Color information
#FAC8FB (or 0xFAC8FB) is known color: Snuff. HEX triplet: FA, C8 and FB. RGB value is (250,200,251). Sum of RGB (Red+Green+Blue) = 250+200+251=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 200 (78.52% from 255 or 28.53% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAC8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8FB is #053704. Grayscale: #DCDCDC. Windows color (decimal): -341765 or 16500986. OLE color: 16500986.
HSL color Cylindrical-coordinate representation of color #FAC8FB: hue angle of 298.82º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8FB is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 251 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.02 |
| HSL | 298.82º | 0.86% | 0.88% | - |
| HSV(B) | 298.82º | 0.2% | 0.98% | - |
| XYZ | 77.49 | 68.6 | 100.42 | - |
| YUV | 220.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 251 | 0.00 | 0.20 | 0 | 0.02 | 298.82 | 0.86 | 0.88 |
| Hex | FA | C8 | FB | 0 | 14 | 0 | 2 | 12B | 56 | 58 |
| Octal | 372 | 310 | 373 | 0 | 24 | 0 | 2 | 453 | 126 | 130 |
| Binary | 11111010 | 11001000 | 11111011 | 0 | 10100 | 0 | 10 | 100101011 | 1010110 | 1011000 |
Color Harmonies of #FAC8FB
Complementary color
Monochromatic Colors of #FAC8FB
Black with #FAC8FB
Text Example
Text Example
White with #FAC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8FB; }
p { color: rgb(250,200,251); }
H1.HeaderClassName
{
color: #FAC8FB;
}
.AnyTagClassName
{
color: #FAC8FB;
}
</style>
background-color css
<style>
a { background-color: #FAC8FB; }
a { background-color: rgb(250,200,251); }
div.DivClassName
{
background-color: #FAC8FB;
}
.BgClassName
{
background-color: #FAC8FB;
}
</style>
border-color css
<style>
span { border-color: #FAC8FB; }
span { border-color: rgb(250,200,251); }
td.TdClassName
{
border-color: #FAC8FB;
}
.TagClassName
{
border-color: #FAC8FB;
}
</style>