Shades of Snuff #F0D5F1
Tints of Snuff #F0D5F1
RGB
CMYK
RGB Variations
Color information
#F0D5F1 (or 0xF0D5F1) is known color: Snuff. HEX triplet: F0, D5 and F1. RGB value is (240,213,241). Sum of RGB (Red+Green+Blue) = 240+213+241=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 213 (83.59% from 255 or 30.69% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0D5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D5F1 is #0F2A0E. Grayscale: #E0E0E0. Windows color (decimal): -993807 or 15848944. OLE color: 15848944.
HSL color Cylindrical-coordinate representation of color #F0D5F1: hue angle of 297.86º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D5F1 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 213 | 241 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.05 |
| HSL | 297.86º | 0.5% | 0.89% | - |
| HSV(B) | 297.86º | 0.12% | 0.95% | - |
| XYZ | 75.61 | 72.46 | 93.22 | - |
| YUV | 224.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 241 | 0.00 | 0.12 | 0 | 0.05 | 297.86 | 0.5 | 0.89 |
| Hex | F0 | D5 | F1 | 0 | C | 0 | 5 | 12A | 32 | 59 |
| Octal | 360 | 325 | 361 | 0 | 14 | 0 | 5 | 452 | 62 | 131 |
| Binary | 11110000 | 11010101 | 11110001 | 0 | 1100 | 0 | 101 | 100101010 | 110010 | 1011001 |
Color Harmonies of #F0D5F1
Complementary color
Monochromatic Colors of #F0D5F1
Black with #F0D5F1
Text Example
Text Example
White with #F0D5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D5F1; }
p { color: rgb(240,213,241); }
H1.HeaderClassName
{
color: #F0D5F1;
}
.AnyTagClassName
{
color: #F0D5F1;
}
</style>
background-color css
<style>
a { background-color: #F0D5F1; }
a { background-color: rgb(240,213,241); }
div.DivClassName
{
background-color: #F0D5F1;
}
.BgClassName
{
background-color: #F0D5F1;
}
</style>
border-color css
<style>
span { border-color: #F0D5F1; }
span { border-color: rgb(240,213,241); }
td.TdClassName
{
border-color: #F0D5F1;
}
.TagClassName
{
border-color: #F0D5F1;
}
</style>