Shades of Snuff #F0CDF2
Tints of Snuff #F0CDF2
RGB
CMYK
RGB Variations
Color information
#F0CDF2 (or 0xF0CDF2) is known color: Snuff. HEX triplet: F0, CD and F2. RGB value is (240,205,242). Sum of RGB (Red+Green+Blue) = 240+205+242=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0CDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDF2 is #0F320D. Grayscale: #DBDBDB. Windows color (decimal): -995854 or 15912432. OLE color: 15912432.
HSL color Cylindrical-coordinate representation of color #F0CDF2: hue angle of 296.76º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CDF2 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 205 | 242 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.05 |
| HSL | 296.76º | 0.59% | 0.88% | - |
| HSV(B) | 296.76º | 0.15% | 0.95% | - |
| XYZ | 73.79 | 68.6 | 93.36 | - |
| YUV | 219.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 242 | 0.01 | 0.15 | 0 | 0.05 | 296.76 | 0.59 | 0.88 |
| Hex | F0 | CD | F2 | 1 | F | 0 | 5 | 129 | 3B | 58 |
| Octal | 360 | 315 | 362 | 1 | 17 | 0 | 5 | 451 | 73 | 130 |
| Binary | 11110000 | 11001101 | 11110010 | 1 | 1111 | 0 | 101 | 100101001 | 111011 | 1011000 |
Color Harmonies of #F0CDF2
Complementary color
Monochromatic Colors of #F0CDF2
Black with #F0CDF2
Text Example
Text Example
White with #F0CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDF2; }
p { color: rgb(240,205,242); }
H1.HeaderClassName
{
color: #F0CDF2;
}
.AnyTagClassName
{
color: #F0CDF2;
}
</style>
background-color css
<style>
a { background-color: #F0CDF2; }
a { background-color: rgb(240,205,242); }
div.DivClassName
{
background-color: #F0CDF2;
}
.BgClassName
{
background-color: #F0CDF2;
}
</style>
border-color css
<style>
span { border-color: #F0CDF2; }
span { border-color: rgb(240,205,242); }
td.TdClassName
{
border-color: #F0CDF2;
}
.TagClassName
{
border-color: #F0CDF2;
}
</style>