Shades of Snuff #FAC8FC
Tints of Snuff #FAC8FC
RGB
CMYK
RGB Variations
Color information
#FAC8FC (or 0xFAC8FC) is known color: Snuff. HEX triplet: FA, C8 and FC. RGB value is (250,200,252). Sum of RGB (Red+Green+Blue) = 250+200+252=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 200 (78.52% from 255 or 28.49% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8FC is #053703. Grayscale: #DCDCDC. Windows color (decimal): -341764 or 16566522. OLE color: 16566522.
HSL color Cylindrical-coordinate representation of color #FAC8FC: hue angle of 297.69º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC8FC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 200 | 252 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.01 |
| HSL | 297.69º | 0.9% | 0.89% | - |
| HSV(B) | 297.69º | 0.21% | 0.99% | - |
| XYZ | 77.65 | 68.66 | 101.26 | - |
| YUV | 220.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 252 | 0.01 | 0.21 | 0 | 0.01 | 297.69 | 0.9 | 0.89 |
| Hex | FA | C8 | FC | 1 | 15 | 0 | 1 | 12A | 5A | 59 |
| Octal | 372 | 310 | 374 | 1 | 25 | 0 | 1 | 452 | 132 | 131 |
| Binary | 11111010 | 11001000 | 11111100 | 1 | 10101 | 0 | 1 | 100101010 | 1011010 | 1011001 |
Color Harmonies of #FAC8FC
Complementary color
Monochromatic Colors of #FAC8FC
Black with #FAC8FC
Text Example
Text Example
White with #FAC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8FC; }
p { color: rgb(250,200,252); }
H1.HeaderClassName
{
color: #FAC8FC;
}
.AnyTagClassName
{
color: #FAC8FC;
}
</style>
background-color css
<style>
a { background-color: #FAC8FC; }
a { background-color: rgb(250,200,252); }
div.DivClassName
{
background-color: #FAC8FC;
}
.BgClassName
{
background-color: #FAC8FC;
}
</style>
border-color css
<style>
span { border-color: #FAC8FC; }
span { border-color: rgb(250,200,252); }
td.TdClassName
{
border-color: #FAC8FC;
}
.TagClassName
{
border-color: #FAC8FC;
}
</style>