Shades of Snuff #FFD3F6
Tints of Snuff #FFD3F6
RGB
CMYK
RGB Variations
Color information
#FFD3F6 (or 0xFFD3F6) is known color: Snuff. HEX triplet: FF, D3 and F6. RGB value is (255,211,246). Sum of RGB (Red+Green+Blue) = 255+211+246=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 211 (82.81% from 255 or 29.63% from 712); Blue value is 246 (96.48% from 255 or 34.55% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3F6 is #002C09. Grayscale: #E4E4E4. Windows color (decimal): -11274 or 16176127. OLE color: 16176127.
HSL color Cylindrical-coordinate representation of color #FFD3F6: hue angle of 312.27º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD3F6 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 246 | - |
| CMYK | 0 | 0.17 | 0.04 | 0 |
| HSL | 312.27º | 1% | 0.91% | - |
| HSV(B) | 312.27º | 0.17% | 1% | - |
| XYZ | 81.17 | 74.5 | 97.29 | - |
| YUV | 228.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 246 | 0 | 0.17 | 0.04 | 0 | 312.27 | 1 | 0.91 |
| Hex | FF | D3 | F6 | 0 | 11 | 4 | 0 | 138 | 64 | 5B |
| Octal | 377 | 323 | 366 | 0 | 21 | 4 | 0 | 470 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11110110 | 0 | 10001 | 100 | 0 | 100111000 | 1100100 | 1011011 |
Color Harmonies of #FFD3F6
Complementary color
Monochromatic Colors of #FFD3F6
Black with #FFD3F6
Text Example
Text Example
White with #FFD3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3F6; }
p { color: rgb(255,211,246); }
H1.HeaderClassName
{
color: #FFD3F6;
}
.AnyTagClassName
{
color: #FFD3F6;
}
</style>
background-color css
<style>
a { background-color: #FFD3F6; }
a { background-color: rgb(255,211,246); }
div.DivClassName
{
background-color: #FFD3F6;
}
.BgClassName
{
background-color: #FFD3F6;
}
</style>
border-color css
<style>
span { border-color: #FFD3F6; }
span { border-color: rgb(255,211,246); }
td.TdClassName
{
border-color: #FFD3F6;
}
.TagClassName
{
border-color: #FFD3F6;
}
</style>