Shades of Snuff #FFD1F7
Tints of Snuff #FFD1F7
RGB
CMYK
RGB Variations
Color information
#FFD1F7 (or 0xFFD1F7) is known color: Snuff. HEX triplet: FF, D1 and F7. RGB value is (255,209,247). Sum of RGB (Red+Green+Blue) = 255+209+247=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 209 (82.03% from 255 or 29.40% from 711); Blue value is 247 (96.88% from 255 or 34.74% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD1F7 is #002E08. Grayscale: #E2E2E2. Windows color (decimal): -11785 or 16241151. OLE color: 16241151.
HSL color Cylindrical-coordinate representation of color #FFD1F7: hue angle of 310.43º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD1F7 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 247 | - |
| CMYK | 0 | 0.18 | 0.03 | 0 |
| HSL | 310.43º | 1% | 0.91% | - |
| HSV(B) | 310.43º | 0.18% | 1% | - |
| XYZ | 80.83 | 73.58 | 97.94 | - |
| YUV | 227.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 247 | 0 | 0.18 | 0.03 | 0 | 310.43 | 1 | 0.91 |
| Hex | FF | D1 | F7 | 0 | 12 | 3 | 0 | 136 | 64 | 5B |
| Octal | 377 | 321 | 367 | 0 | 22 | 3 | 0 | 466 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11110111 | 0 | 10010 | 11 | 0 | 100110110 | 1100100 | 1011011 |
Color Harmonies of #FFD1F7
Complementary color
Monochromatic Colors of #FFD1F7
Black with #FFD1F7
Text Example
Text Example
White with #FFD1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1F7; }
p { color: rgb(255,209,247); }
H1.HeaderClassName
{
color: #FFD1F7;
}
.AnyTagClassName
{
color: #FFD1F7;
}
</style>
background-color css
<style>
a { background-color: #FFD1F7; }
a { background-color: rgb(255,209,247); }
div.DivClassName
{
background-color: #FFD1F7;
}
.BgClassName
{
background-color: #FFD1F7;
}
</style>
border-color css
<style>
span { border-color: #FFD1F7; }
span { border-color: rgb(255,209,247); }
td.TdClassName
{
border-color: #FFD1F7;
}
.TagClassName
{
border-color: #FFD1F7;
}
</style>