Shades of Snuff #F9CFFD
Tints of Snuff #F9CFFD
RGB
CMYK
RGB Variations
Color information
#F9CFFD (or 0xF9CFFD) is known color: Snuff. HEX triplet: F9, CF and FD. RGB value is (249,207,253). Sum of RGB (Red+Green+Blue) = 249+207+253=709 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.12% from 709); Green value is 207 (81.25% from 255 or 29.20% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9CFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CFFD is #063002. Grayscale: #E0E0E0. Windows color (decimal): -405507 or 16633849. OLE color: 16633849.
HSL color Cylindrical-coordinate representation of color #F9CFFD: hue angle of 294.78º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CFFD is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 207 | 253 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.01 |
| HSL | 294.78º | 0.92% | 0.9% | - |
| HSV(B) | 294.78º | 0.18% | 0.99% | - |
| XYZ | 79.11 | 71.86 | 102.63 | - |
| YUV | 224.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 253 | 0.02 | 0.18 | 0 | 0.01 | 294.78 | 0.92 | 0.9 |
| Hex | F9 | CF | FD | 2 | 12 | 0 | 1 | 127 | 5C | 5A |
| Octal | 371 | 317 | 375 | 2 | 22 | 0 | 1 | 447 | 134 | 132 |
| Binary | 11111001 | 11001111 | 11111101 | 10 | 10010 | 0 | 1 | 100100111 | 1011100 | 1011010 |
Color Harmonies of #F9CFFD
Complementary color
Monochromatic Colors of #F9CFFD
Black with #F9CFFD
Text Example
Text Example
White with #F9CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFFD; }
p { color: rgb(249,207,253); }
H1.HeaderClassName
{
color: #F9CFFD;
}
.AnyTagClassName
{
color: #F9CFFD;
}
</style>
background-color css
<style>
a { background-color: #F9CFFD; }
a { background-color: rgb(249,207,253); }
div.DivClassName
{
background-color: #F9CFFD;
}
.BgClassName
{
background-color: #F9CFFD;
}
</style>
border-color css
<style>
span { border-color: #F9CFFD; }
span { border-color: rgb(249,207,253); }
td.TdClassName
{
border-color: #F9CFFD;
}
.TagClassName
{
border-color: #F9CFFD;
}
</style>