Shades of Snuff #F8CFFA
Tints of Snuff #F8CFFA
RGB
CMYK
RGB Variations
Color information
#F8CFFA (or 0xF8CFFA) is known color: Snuff. HEX triplet: F8, CF and FA. RGB value is (248,207,250). Sum of RGB (Red+Green+Blue) = 248+207+250=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 207 (81.25% from 255 or 29.36% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8CFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFFA is #073005. Grayscale: #E0E0E0. Windows color (decimal): -471046 or 16437240. OLE color: 16437240.
HSL color Cylindrical-coordinate representation of color #F8CFFA: hue angle of 297.21º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CFFA is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 207 | 250 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.02 |
| HSL | 297.21º | 0.81% | 0.9% | - |
| HSV(B) | 297.21º | 0.17% | 0.98% | - |
| XYZ | 78.28 | 71.48 | 100.11 | - |
| YUV | 224.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 250 | 0.01 | 0.17 | 0 | 0.02 | 297.21 | 0.81 | 0.9 |
| Hex | F8 | CF | FA | 1 | 11 | 0 | 2 | 129 | 51 | 5A |
| Octal | 370 | 317 | 372 | 1 | 21 | 0 | 2 | 451 | 121 | 132 |
| Binary | 11111000 | 11001111 | 11111010 | 1 | 10001 | 0 | 10 | 100101001 | 1010001 | 1011010 |
Color Harmonies of #F8CFFA
Complementary color
Monochromatic Colors of #F8CFFA
Black with #F8CFFA
Text Example
Text Example
White with #F8CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFFA; }
p { color: rgb(248,207,250); }
H1.HeaderClassName
{
color: #F8CFFA;
}
.AnyTagClassName
{
color: #F8CFFA;
}
</style>
background-color css
<style>
a { background-color: #F8CFFA; }
a { background-color: rgb(248,207,250); }
div.DivClassName
{
background-color: #F8CFFA;
}
.BgClassName
{
background-color: #F8CFFA;
}
</style>
border-color css
<style>
span { border-color: #F8CFFA; }
span { border-color: rgb(248,207,250); }
td.TdClassName
{
border-color: #F8CFFA;
}
.TagClassName
{
border-color: #F8CFFA;
}
</style>