Shades of Snuff #FFD9F8
Tints of Snuff #FFD9F8
RGB
CMYK
RGB Variations
Color information
#FFD9F8 (or 0xFFD9F8) is known color: Snuff. HEX triplet: FF, D9 and F8. RGB value is (255,217,248). Sum of RGB (Red+Green+Blue) = 255+217+248=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 217 (85.16% from 255 or 30.14% from 720); Blue value is 248 (97.27% from 255 or 34.44% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9F8 is #002607. Grayscale: #E7E7E7. Windows color (decimal): -9736 or 16308735. OLE color: 16308735.
HSL color Cylindrical-coordinate representation of color #FFD9F8: hue angle of 311.05º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9F8 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 217 | 248 | - |
CMYK | 0 | 0.15 | 0.03 | 0 |
HSL | 311.05º | 1% | 0.93% | - |
HSV(B) | 311.05º | 0.15% | 1% | - |
XYZ | 83 | 77.66 | 99.42 | - |
YUV | 231.9 | 137.09 | 144.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 217 | 248 | 0 | 0.15 | 0.03 | 0 | 311.05 | 1 | 0.93 |
Hex | FF | D9 | F8 | 0 | F | 3 | 0 | 137 | 64 | 5D |
Octal | 377 | 331 | 370 | 0 | 17 | 3 | 0 | 467 | 144 | 135 |
Binary | 11111111 | 11011001 | 11111000 | 0 | 1111 | 11 | 0 | 100110111 | 1100100 | 1011101 |
Color Harmonies of #FFD9F8
Complementary color
Monochromatic Colors of #FFD9F8
Black with #FFD9F8
Text Example
Text Example
White with #FFD9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9F8; }
p { color: rgb(255,217,248); }
H1.HeaderClassName
{
color: #FFD9F8;
}
.AnyTagClassName
{
color: #FFD9F8;
}
</style>
background-color css
<style>
a { background-color: #FFD9F8; }
a { background-color: rgb(255,217,248); }
div.DivClassName
{
background-color: #FFD9F8;
}
.BgClassName
{
background-color: #FFD9F8;
}
</style>
border-color css
<style>
span { border-color: #FFD9F8; }
span { border-color: rgb(255,217,248); }
td.TdClassName
{
border-color: #FFD9F8;
}
.TagClassName
{
border-color: #FFD9F8;
}
</style>