Shades of Snuff #F2C0EF
Tints of Snuff #F2C0EF
RGB
CMYK
RGB Variations
Color information
#F2C0EF (or 0xF2C0EF) is known color: Snuff. HEX triplet: F2, C0 and EF. RGB value is (242,192,239). Sum of RGB (Red+Green+Blue) = 242+192+239=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C0EF is #0D3F10. Grayscale: #D4D4D4. Windows color (decimal): -868113 or 15712498. OLE color: 15712498.
HSL color Cylindrical-coordinate representation of color #F2C0EF: hue angle of 303.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0EF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 239 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.05 |
| HSL | 303.6º | 0.66% | 0.85% | - |
| HSV(B) | 303.6º | 0.21% | 0.95% | - |
| XYZ | 71.05 | 62.81 | 90.04 | - |
| YUV | 212.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 239 | 0 | 0.21 | 0.01 | 0.05 | 303.6 | 0.66 | 0.85 |
| Hex | F2 | C0 | EF | 0 | 15 | 1 | 5 | 130 | 42 | 55 |
| Octal | 362 | 300 | 357 | 0 | 25 | 1 | 5 | 460 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11101111 | 0 | 10101 | 1 | 101 | 100110000 | 1000010 | 1010101 |
Color Harmonies of #F2C0EF
Complementary color
Monochromatic Colors of #F2C0EF
Black with #F2C0EF
Text Example
Text Example
White with #F2C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0EF; }
p { color: rgb(242,192,239); }
H1.HeaderClassName
{
color: #F2C0EF;
}
.AnyTagClassName
{
color: #F2C0EF;
}
</style>
background-color css
<style>
a { background-color: #F2C0EF; }
a { background-color: rgb(242,192,239); }
div.DivClassName
{
background-color: #F2C0EF;
}
.BgClassName
{
background-color: #F2C0EF;
}
</style>
border-color css
<style>
span { border-color: #F2C0EF; }
span { border-color: rgb(242,192,239); }
td.TdClassName
{
border-color: #F2C0EF;
}
.TagClassName
{
border-color: #F2C0EF;
}
</style>