Shades of Snuff #FFD3F5
Tints of Snuff #FFD3F5
RGB
CMYK
RGB Variations
Color information
#FFD3F5 (or 0xFFD3F5) is known color: Snuff. HEX triplet: FF, D3 and F5. RGB value is (255,211,245). Sum of RGB (Red+Green+Blue) = 255+211+245=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 211 (82.81% from 255 or 29.68% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3F5 is #002C0A. Grayscale: #E3E3E3. Windows color (decimal): -11275 or 16110591. OLE color: 16110591.
HSL color Cylindrical-coordinate representation of color #FFD3F5: hue angle of 313.64º 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 #FFD3F5 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 245 | - |
| CMYK | 0 | 0.17 | 0.04 | 0 |
| HSL | 313.64º | 1% | 0.91% | - |
| HSV(B) | 313.64º | 0.17% | 1% | - |
| XYZ | 81.02 | 74.44 | 96.48 | - |
| YUV | 228.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 245 | 0 | 0.17 | 0.04 | 0 | 313.64 | 1 | 0.91 |
| Hex | FF | D3 | F5 | 0 | 11 | 4 | 0 | 13A | 64 | 5B |
| Octal | 377 | 323 | 365 | 0 | 21 | 4 | 0 | 472 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11110101 | 0 | 10001 | 100 | 0 | 100111010 | 1100100 | 1011011 |
Color Harmonies of #FFD3F5
Complementary color
Monochromatic Colors of #FFD3F5
Black with #FFD3F5
Text Example
Text Example
White with #FFD3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3F5; }
p { color: rgb(255,211,245); }
H1.HeaderClassName
{
color: #FFD3F5;
}
.AnyTagClassName
{
color: #FFD3F5;
}
</style>
background-color css
<style>
a { background-color: #FFD3F5; }
a { background-color: rgb(255,211,245); }
div.DivClassName
{
background-color: #FFD3F5;
}
.BgClassName
{
background-color: #FFD3F5;
}
</style>
border-color css
<style>
span { border-color: #FFD3F5; }
span { border-color: rgb(255,211,245); }
td.TdClassName
{
border-color: #FFD3F5;
}
.TagClassName
{
border-color: #FFD3F5;
}
</style>