Shades of Snuff #FABEFA
Tints of Snuff #FABEFA
RGB
CMYK
RGB Variations
Color information
#FABEFA (or 0xFABEFA) is known color: Snuff. HEX triplet: FA, BE and FA. RGB value is (250,190,250). Sum of RGB (Red+Green+Blue) = 250+190+250=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 190 (74.61% from 255 or 27.54% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FABEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEFA is #054105. Grayscale: #D6D6D6. Windows color (decimal): -344326 or 16432890. OLE color: 16432890.
HSL color Cylindrical-coordinate representation of color #FABEFA: hue angle of 300º 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 #FABEFA is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 250 | - |
| CMYK | 0 | 0.24 | 0 | 0.02 |
| HSL | 300º | 0.86% | 0.86% | - |
| HSV(B) | 300º | 0.24% | 0.98% | - |
| XYZ | 75.09 | 64.05 | 98.85 | - |
| YUV | 214.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 250 | 0 | 0.24 | 0 | 0.02 | 300 | 0.86 | 0.86 |
| Hex | FA | BE | FA | 0 | 18 | 0 | 2 | 12C | 56 | 56 |
| Octal | 372 | 276 | 372 | 0 | 30 | 0 | 2 | 454 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11111010 | 0 | 11000 | 0 | 10 | 100101100 | 1010110 | 1010110 |
Color Harmonies of #FABEFA
Complementary color
Monochromatic Colors of #FABEFA
Black with #FABEFA
Text Example
Text Example
White with #FABEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEFA; }
p { color: rgb(250,190,250); }
H1.HeaderClassName
{
color: #FABEFA;
}
.AnyTagClassName
{
color: #FABEFA;
}
</style>
background-color css
<style>
a { background-color: #FABEFA; }
a { background-color: rgb(250,190,250); }
div.DivClassName
{
background-color: #FABEFA;
}
.BgClassName
{
background-color: #FABEFA;
}
</style>
border-color css
<style>
span { border-color: #FABEFA; }
span { border-color: rgb(250,190,250); }
td.TdClassName
{
border-color: #FABEFA;
}
.TagClassName
{
border-color: #FABEFA;
}
</style>