Shades of Snuff #F0C4F2
Tints of Snuff #F0C4F2
RGB
CMYK
RGB Variations
Color information
#F0C4F2 (or 0xF0C4F2) is known color: Snuff. HEX triplet: F0, C4 and F2. RGB value is (240,196,242). Sum of RGB (Red+Green+Blue) = 240+196+242=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 196 (76.95% from 255 or 28.91% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0C4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C4F2 is #0F3B0D. Grayscale: #D6D6D6. Windows color (decimal): -998158 or 15910128. OLE color: 15910128.
HSL color Cylindrical-coordinate representation of color #F0C4F2: hue angle of 297.39º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0C4F2 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 196 | 242 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.05 |
| HSL | 297.39º | 0.64% | 0.86% | - |
| HSV(B) | 297.39º | 0.19% | 0.95% | - |
| XYZ | 71.7 | 64.42 | 92.66 | - |
| YUV | 214.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 242 | 0.01 | 0.19 | 0 | 0.05 | 297.39 | 0.64 | 0.86 |
| Hex | F0 | C4 | F2 | 1 | 13 | 0 | 5 | 129 | 40 | 56 |
| Octal | 360 | 304 | 362 | 1 | 23 | 0 | 5 | 451 | 100 | 126 |
| Binary | 11110000 | 11000100 | 11110010 | 1 | 10011 | 0 | 101 | 100101001 | 1000000 | 1010110 |
Color Harmonies of #F0C4F2
Complementary color
Monochromatic Colors of #F0C4F2
Black with #F0C4F2
Text Example
Text Example
White with #F0C4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C4F2; }
p { color: rgb(240,196,242); }
H1.HeaderClassName
{
color: #F0C4F2;
}
.AnyTagClassName
{
color: #F0C4F2;
}
</style>
background-color css
<style>
a { background-color: #F0C4F2; }
a { background-color: rgb(240,196,242); }
div.DivClassName
{
background-color: #F0C4F2;
}
.BgClassName
{
background-color: #F0C4F2;
}
</style>
border-color css
<style>
span { border-color: #F0C4F2; }
span { border-color: rgb(240,196,242); }
td.TdClassName
{
border-color: #F0C4F2;
}
.TagClassName
{
border-color: #F0C4F2;
}
</style>