Shades of Snuff #FABFF5
Tints of Snuff #FABFF5
RGB
CMYK
RGB Variations
Color information
#FABFF5 (or 0xFABFF5) is known color: Snuff. HEX triplet: FA, BF and F5. RGB value is (250,191,245). Sum of RGB (Red+Green+Blue) = 250+191+245=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFF5 is #05400A. Grayscale: #D6D6D6. Windows color (decimal): -344075 or 16105466. OLE color: 16105466.
HSL color Cylindrical-coordinate representation of color #FABFF5: hue angle of 305.08º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFF5 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 245 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.02 |
| HSL | 305.08º | 0.86% | 0.86% | - |
| HSV(B) | 305.08º | 0.24% | 0.98% | - |
| XYZ | 74.54 | 64.18 | 94.85 | - |
| YUV | 214.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 245 | 0 | 0.24 | 0.02 | 0.02 | 305.08 | 0.86 | 0.86 |
| Hex | FA | BF | F5 | 0 | 18 | 2 | 2 | 131 | 56 | 56 |
| Octal | 372 | 277 | 365 | 0 | 30 | 2 | 2 | 461 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11110101 | 0 | 11000 | 10 | 10 | 100110001 | 1010110 | 1010110 |
Color Harmonies of #FABFF5
Complementary color
Monochromatic Colors of #FABFF5
Black with #FABFF5
Text Example
Text Example
White with #FABFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFF5; }
p { color: rgb(250,191,245); }
H1.HeaderClassName
{
color: #FABFF5;
}
.AnyTagClassName
{
color: #FABFF5;
}
</style>
background-color css
<style>
a { background-color: #FABFF5; }
a { background-color: rgb(250,191,245); }
div.DivClassName
{
background-color: #FABFF5;
}
.BgClassName
{
background-color: #FABFF5;
}
</style>
border-color css
<style>
span { border-color: #FABFF5; }
span { border-color: rgb(250,191,245); }
td.TdClassName
{
border-color: #FABFF5;
}
.TagClassName
{
border-color: #FABFF5;
}
</style>