Shades of Snuff #FFD6F9
Tints of Snuff #FFD6F9
RGB
CMYK
RGB Variations
Color information
#FFD6F9 (or 0xFFD6F9) is known color: Snuff. HEX triplet: FF, D6 and F9. RGB value is (255,214,249). Sum of RGB (Red+Green+Blue) = 255+214+249=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 214 (83.98% from 255 or 29.81% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6F9 is #002906. Grayscale: #E6E6E6. Windows color (decimal): -10503 or 16373503. OLE color: 16373503.
HSL color Cylindrical-coordinate representation of color #FFD6F9: hue angle of 308.78º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD6F9 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 249 | - |
| CMYK | 0 | 0.16 | 0.02 | 0 |
| HSL | 308.78º | 1% | 0.92% | - |
| HSV(B) | 308.78º | 0.16% | 1% | - |
| XYZ | 82.39 | 76.19 | 99.99 | - |
| YUV | 230.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 249 | 0 | 0.16 | 0.02 | 0 | 308.78 | 1 | 0.92 |
| Hex | FF | D6 | F9 | 0 | 10 | 2 | 0 | 135 | 64 | 5C |
| Octal | 377 | 326 | 371 | 0 | 20 | 2 | 0 | 465 | 144 | 134 |
| Binary | 11111111 | 11010110 | 11111001 | 0 | 10000 | 10 | 0 | 100110101 | 1100100 | 1011100 |
Color Harmonies of #FFD6F9
Complementary color
Monochromatic Colors of #FFD6F9
Black with #FFD6F9
Text Example
Text Example
White with #FFD6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6F9; }
p { color: rgb(255,214,249); }
H1.HeaderClassName
{
color: #FFD6F9;
}
.AnyTagClassName
{
color: #FFD6F9;
}
</style>
background-color css
<style>
a { background-color: #FFD6F9; }
a { background-color: rgb(255,214,249); }
div.DivClassName
{
background-color: #FFD6F9;
}
.BgClassName
{
background-color: #FFD6F9;
}
</style>
border-color css
<style>
span { border-color: #FFD6F9; }
span { border-color: rgb(255,214,249); }
td.TdClassName
{
border-color: #FFD6F9;
}
.TagClassName
{
border-color: #FFD6F9;
}
</style>