Shades of Snuff #F2C1F0
Tints of Snuff #F2C1F0
RGB
CMYK
RGB Variations
Color information
#F2C1F0 (or 0xF2C1F0) is known color: Snuff. HEX triplet: F2, C1 and F0. RGB value is (242,193,240). Sum of RGB (Red+Green+Blue) = 242+193+240=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 193 (75.78% from 255 or 28.59% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C1F0 is #0D3E0F. Grayscale: #D4D4D4. Windows color (decimal): -867856 or 15778290. OLE color: 15778290.
HSL color Cylindrical-coordinate representation of color #F2C1F0: hue angle of 302.45º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C1F0 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 240 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.05 |
| HSL | 302.45º | 0.65% | 0.85% | - |
| HSV(B) | 302.45º | 0.2% | 0.95% | - |
| XYZ | 71.42 | 63.31 | 90.89 | - |
| YUV | 213.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 240 | 0 | 0.20 | 0.01 | 0.05 | 302.45 | 0.65 | 0.85 |
| Hex | F2 | C1 | F0 | 0 | 14 | 1 | 5 | 12E | 41 | 55 |
| Octal | 362 | 301 | 360 | 0 | 24 | 1 | 5 | 456 | 101 | 125 |
| Binary | 11110010 | 11000001 | 11110000 | 0 | 10100 | 1 | 101 | 100101110 | 1000001 | 1010101 |
Color Harmonies of #F2C1F0
Complementary color
Monochromatic Colors of #F2C1F0
Black with #F2C1F0
Text Example
Text Example
White with #F2C1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C1F0; }
p { color: rgb(242,193,240); }
H1.HeaderClassName
{
color: #F2C1F0;
}
.AnyTagClassName
{
color: #F2C1F0;
}
</style>
background-color css
<style>
a { background-color: #F2C1F0; }
a { background-color: rgb(242,193,240); }
div.DivClassName
{
background-color: #F2C1F0;
}
.BgClassName
{
background-color: #F2C1F0;
}
</style>
border-color css
<style>
span { border-color: #F2C1F0; }
span { border-color: rgb(242,193,240); }
td.TdClassName
{
border-color: #F2C1F0;
}
.TagClassName
{
border-color: #F2C1F0;
}
</style>