Shades of Snuff #F2CEF1
Tints of Snuff #F2CEF1
RGB
CMYK
RGB Variations
Color information
#F2CEF1 (or 0xF2CEF1) is known color: Snuff. HEX triplet: F2, CE and F1. RGB value is (242,206,241). Sum of RGB (Red+Green+Blue) = 242+206+241=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEF1 is #0D310E. Grayscale: #DCDCDC. Windows color (decimal): -864527 or 15847154. OLE color: 15847154.
HSL color Cylindrical-coordinate representation of color #F2CEF1: hue angle of 301.67º degrees, saturation: 0.58, 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 #F2CEF1 is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 241 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.05 |
| HSL | 301.67º | 0.58% | 0.88% | - |
| HSV(B) | 301.67º | 0.15% | 0.95% | - |
| XYZ | 74.57 | 69.37 | 92.68 | - |
| YUV | 220.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 241 | 0 | 0.15 | 0.00 | 0.05 | 301.67 | 0.58 | 0.88 |
| Hex | F2 | CE | F1 | 0 | F | 0 | 5 | 12E | 3A | 58 |
| Octal | 362 | 316 | 361 | 0 | 17 | 0 | 5 | 456 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11110001 | 0 | 1111 | 0 | 101 | 100101110 | 111010 | 1011000 |
Color Harmonies of #F2CEF1
Complementary color
Monochromatic Colors of #F2CEF1
Black with #F2CEF1
Text Example
Text Example
White with #F2CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEF1; }
p { color: rgb(242,206,241); }
H1.HeaderClassName
{
color: #F2CEF1;
}
.AnyTagClassName
{
color: #F2CEF1;
}
</style>
background-color css
<style>
a { background-color: #F2CEF1; }
a { background-color: rgb(242,206,241); }
div.DivClassName
{
background-color: #F2CEF1;
}
.BgClassName
{
background-color: #F2CEF1;
}
</style>
border-color css
<style>
span { border-color: #F2CEF1; }
span { border-color: rgb(242,206,241); }
td.TdClassName
{
border-color: #F2CEF1;
}
.TagClassName
{
border-color: #F2CEF1;
}
</style>