Shades of Snuff #F0CCF2
Tints of Snuff #F0CCF2
RGB
CMYK
RGB Variations
Color information
#F0CCF2 (or 0xF0CCF2) is known color: Snuff. HEX triplet: F0, CC and F2. RGB value is (240,204,242). Sum of RGB (Red+Green+Blue) = 240+204+242=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0CCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCF2 is #0F330D. Grayscale: #DADADA. Windows color (decimal): -996110 or 15912176. OLE color: 15912176.
HSL color Cylindrical-coordinate representation of color #F0CCF2: hue angle of 296.84º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CCF2 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 204 | 242 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.05 |
| HSL | 296.84º | 0.59% | 0.87% | - |
| HSV(B) | 296.84º | 0.16% | 0.95% | - |
| XYZ | 73.56 | 68.12 | 93.28 | - |
| YUV | 219.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 242 | 0.01 | 0.16 | 0 | 0.05 | 296.84 | 0.59 | 0.87 |
| Hex | F0 | CC | F2 | 1 | 10 | 0 | 5 | 129 | 3B | 57 |
| Octal | 360 | 314 | 362 | 1 | 20 | 0 | 5 | 451 | 73 | 127 |
| Binary | 11110000 | 11001100 | 11110010 | 1 | 10000 | 0 | 101 | 100101001 | 111011 | 1010111 |
Color Harmonies of #F0CCF2
Complementary color
Monochromatic Colors of #F0CCF2
Black with #F0CCF2
Text Example
Text Example
White with #F0CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCF2; }
p { color: rgb(240,204,242); }
H1.HeaderClassName
{
color: #F0CCF2;
}
.AnyTagClassName
{
color: #F0CCF2;
}
</style>
background-color css
<style>
a { background-color: #F0CCF2; }
a { background-color: rgb(240,204,242); }
div.DivClassName
{
background-color: #F0CCF2;
}
.BgClassName
{
background-color: #F0CCF2;
}
</style>
border-color css
<style>
span { border-color: #F0CCF2; }
span { border-color: rgb(240,204,242); }
td.TdClassName
{
border-color: #F0CCF2;
}
.TagClassName
{
border-color: #F0CCF2;
}
</style>