Shades of Snuff #F0D4F1
Tints of Snuff #F0D4F1
RGB
CMYK
RGB Variations
Color information
#F0D4F1 (or 0xF0D4F1) is known color: Snuff. HEX triplet: F0, D4 and F1. RGB value is (240,212,241). Sum of RGB (Red+Green+Blue) = 240+212+241=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 212 (83.20% from 255 or 30.59% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0D4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D4F1 is #0F2B0E. Grayscale: #DFDFDF. Windows color (decimal): -994063 or 15848688. OLE color: 15848688.
HSL color Cylindrical-coordinate representation of color #F0D4F1: hue angle of 297.93º degrees, saturation: 0.51, 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 #F0D4F1 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 212 | 241 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.05 |
| HSL | 297.93º | 0.51% | 0.89% | - |
| HSV(B) | 297.93º | 0.12% | 0.95% | - |
| XYZ | 75.36 | 71.96 | 93.14 | - |
| YUV | 223.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 241 | 0.00 | 0.12 | 0 | 0.05 | 297.93 | 0.51 | 0.89 |
| Hex | F0 | D4 | F1 | 0 | C | 0 | 5 | 12A | 33 | 59 |
| Octal | 360 | 324 | 361 | 0 | 14 | 0 | 5 | 452 | 63 | 131 |
| Binary | 11110000 | 11010100 | 11110001 | 0 | 1100 | 0 | 101 | 100101010 | 110011 | 1011001 |
Color Harmonies of #F0D4F1
Complementary color
Monochromatic Colors of #F0D4F1
Black with #F0D4F1
Text Example
Text Example
White with #F0D4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4F1; }
p { color: rgb(240,212,241); }
H1.HeaderClassName
{
color: #F0D4F1;
}
.AnyTagClassName
{
color: #F0D4F1;
}
</style>
background-color css
<style>
a { background-color: #F0D4F1; }
a { background-color: rgb(240,212,241); }
div.DivClassName
{
background-color: #F0D4F1;
}
.BgClassName
{
background-color: #F0D4F1;
}
</style>
border-color css
<style>
span { border-color: #F0D4F1; }
span { border-color: rgb(240,212,241); }
td.TdClassName
{
border-color: #F0D4F1;
}
.TagClassName
{
border-color: #F0D4F1;
}
</style>