Shades of Snuff #F8D5F0
Tints of Snuff #F8D5F0
RGB
CMYK
RGB Variations
Color information
#F8D5F0 (or 0xF8D5F0) is known color: Snuff. HEX triplet: F8, D5 and F0. RGB value is (248,213,240). Sum of RGB (Red+Green+Blue) = 248+213+240=701 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.38% from 701); Green value is 213 (83.59% from 255 or 30.39% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D5F0 is #072A0F. Grayscale: #E2E2E2. Windows color (decimal): -469520 or 15783416. OLE color: 15783416.
HSL color Cylindrical-coordinate representation of color #F8D5F0: hue angle of 313.71º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D5F0 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 240 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.03 |
| HSL | 313.71º | 0.71% | 0.9% | - |
| HSV(B) | 313.71º | 0.14% | 0.97% | - |
| XYZ | 78.23 | 73.84 | 92.57 | - |
| YUV | 226.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 240 | 0 | 0.14 | 0.03 | 0.03 | 313.71 | 0.71 | 0.9 |
| Hex | F8 | D5 | F0 | 0 | E | 3 | 3 | 13A | 47 | 5A |
| Octal | 370 | 325 | 360 | 0 | 16 | 3 | 3 | 472 | 107 | 132 |
| Binary | 11111000 | 11010101 | 11110000 | 0 | 1110 | 11 | 11 | 100111010 | 1000111 | 1011010 |
Color Harmonies of #F8D5F0
Complementary color
Monochromatic Colors of #F8D5F0
Black with #F8D5F0
Text Example
Text Example
White with #F8D5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D5F0; }
p { color: rgb(248,213,240); }
H1.HeaderClassName
{
color: #F8D5F0;
}
.AnyTagClassName
{
color: #F8D5F0;
}
</style>
background-color css
<style>
a { background-color: #F8D5F0; }
a { background-color: rgb(248,213,240); }
div.DivClassName
{
background-color: #F8D5F0;
}
.BgClassName
{
background-color: #F8D5F0;
}
</style>
border-color css
<style>
span { border-color: #F8D5F0; }
span { border-color: rgb(248,213,240); }
td.TdClassName
{
border-color: #F8D5F0;
}
.TagClassName
{
border-color: #F8D5F0;
}
</style>