Shades of Snuff #FFD8F9
Tints of Snuff #FFD8F9
RGB
CMYK
RGB Variations
Color information
#FFD8F9 (or 0xFFD8F9) is known color: Snuff. HEX triplet: FF, D8 and F9. RGB value is (255,216,249). Sum of RGB (Red+Green+Blue) = 255+216+249=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 216 (84.77% from 255 or 30% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD8F9 is #002706. Grayscale: #E7E7E7. Windows color (decimal): -9991 or 16374015. OLE color: 16374015.
HSL color Cylindrical-coordinate representation of color #FFD8F9: hue angle of 309.23º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD8F9 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 249 | - |
| CMYK | 0 | 0.15 | 0.02 | 0 |
| HSL | 309.23º | 1% | 0.92% | - |
| HSV(B) | 309.23º | 0.15% | 1% | - |
| XYZ | 82.89 | 77.21 | 100.16 | - |
| YUV | 231.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 249 | 0 | 0.15 | 0.02 | 0 | 309.23 | 1 | 0.92 |
| Hex | FF | D8 | F9 | 0 | F | 2 | 0 | 135 | 64 | 5C |
| Octal | 377 | 330 | 371 | 0 | 17 | 2 | 0 | 465 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11111001 | 0 | 1111 | 10 | 0 | 100110101 | 1100100 | 1011100 |
Color Harmonies of #FFD8F9
Complementary color
Monochromatic Colors of #FFD8F9
Black with #FFD8F9
Text Example
Text Example
White with #FFD8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8F9; }
p { color: rgb(255,216,249); }
H1.HeaderClassName
{
color: #FFD8F9;
}
.AnyTagClassName
{
color: #FFD8F9;
}
</style>
background-color css
<style>
a { background-color: #FFD8F9; }
a { background-color: rgb(255,216,249); }
div.DivClassName
{
background-color: #FFD8F9;
}
.BgClassName
{
background-color: #FFD8F9;
}
</style>
border-color css
<style>
span { border-color: #FFD8F9; }
span { border-color: rgb(255,216,249); }
td.TdClassName
{
border-color: #FFD8F9;
}
.TagClassName
{
border-color: #FFD8F9;
}
</style>