Shades of Snuff #FABFFC
Tints of Snuff #FABFFC
RGB
CMYK
RGB Variations
Color information
#FABFFC (or 0xFABFFC) is known color: Snuff. HEX triplet: FA, BF and FC. RGB value is (250,191,252). Sum of RGB (Red+Green+Blue) = 250+191+252=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 191 (75% from 255 or 27.56% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #FABFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFFC is #054003. Grayscale: #D7D7D7. Windows color (decimal): -344068 or 16564218. OLE color: 16564218.
HSL color Cylindrical-coordinate representation of color #FABFFC: hue angle of 298.03º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFFC is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 191 | 252 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.01 |
| HSL | 298.03º | 0.91% | 0.87% | - |
| HSV(B) | 298.03º | 0.24% | 0.99% | - |
| XYZ | 75.63 | 64.61 | 100.58 | - |
| YUV | 215.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 252 | 0.01 | 0.24 | 0 | 0.01 | 298.03 | 0.91 | 0.87 |
| Hex | FA | BF | FC | 1 | 18 | 0 | 1 | 12A | 5B | 57 |
| Octal | 372 | 277 | 374 | 1 | 30 | 0 | 1 | 452 | 133 | 127 |
| Binary | 11111010 | 10111111 | 11111100 | 1 | 11000 | 0 | 1 | 100101010 | 1011011 | 1010111 |
Color Harmonies of #FABFFC
Complementary color
Monochromatic Colors of #FABFFC
Black with #FABFFC
Text Example
Text Example
White with #FABFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFFC; }
p { color: rgb(250,191,252); }
H1.HeaderClassName
{
color: #FABFFC;
}
.AnyTagClassName
{
color: #FABFFC;
}
</style>
background-color css
<style>
a { background-color: #FABFFC; }
a { background-color: rgb(250,191,252); }
div.DivClassName
{
background-color: #FABFFC;
}
.BgClassName
{
background-color: #FABFFC;
}
</style>
border-color css
<style>
span { border-color: #FABFFC; }
span { border-color: rgb(250,191,252); }
td.TdClassName
{
border-color: #FABFFC;
}
.TagClassName
{
border-color: #FABFFC;
}
</style>