Shades of Snuff #FFD8F7
Tints of Snuff #FFD8F7
RGB
CMYK
RGB Variations
Color information
#FFD8F7 (or 0xFFD8F7) is known color: Snuff. HEX triplet: FF, D8 and F7. RGB value is (255,216,247). Sum of RGB (Red+Green+Blue) = 255+216+247=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 216 (84.77% from 255 or 30.08% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD8F7 is #002708. Grayscale: #E7E7E7. Windows color (decimal): -9993 or 16242943. OLE color: 16242943.
HSL color Cylindrical-coordinate representation of color #FFD8F7: hue angle of 312.31º 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 #FFD8F7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 247 | - |
| CMYK | 0 | 0.15 | 0.03 | 0 |
| HSL | 312.31º | 1% | 0.92% | - |
| HSV(B) | 312.31º | 0.15% | 1% | - |
| XYZ | 82.58 | 77.09 | 98.52 | - |
| YUV | 231.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 247 | 0 | 0.15 | 0.03 | 0 | 312.31 | 1 | 0.92 |
| Hex | FF | D8 | F7 | 0 | F | 3 | 0 | 138 | 64 | 5C |
| Octal | 377 | 330 | 367 | 0 | 17 | 3 | 0 | 470 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11110111 | 0 | 1111 | 11 | 0 | 100111000 | 1100100 | 1011100 |
Color Harmonies of #FFD8F7
Complementary color
Monochromatic Colors of #FFD8F7
Black with #FFD8F7
Text Example
Text Example
White with #FFD8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8F7; }
p { color: rgb(255,216,247); }
H1.HeaderClassName
{
color: #FFD8F7;
}
.AnyTagClassName
{
color: #FFD8F7;
}
</style>
background-color css
<style>
a { background-color: #FFD8F7; }
a { background-color: rgb(255,216,247); }
div.DivClassName
{
background-color: #FFD8F7;
}
.BgClassName
{
background-color: #FFD8F7;
}
</style>
border-color css
<style>
span { border-color: #FFD8F7; }
span { border-color: rgb(255,216,247); }
td.TdClassName
{
border-color: #FFD8F7;
}
.TagClassName
{
border-color: #FFD8F7;
}
</style>