Shades of Snuff #F2CFEC
Tints of Snuff #F2CFEC
RGB
CMYK
RGB Variations
Color information
#F2CFEC (or 0xF2CFEC) is known color: Snuff. HEX triplet: F2, CF and EC. RGB value is (242,207,236). Sum of RGB (Red+Green+Blue) = 242+207+236=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFEC is #0D3013. Grayscale: #DCDCDC. Windows color (decimal): -864276 or 15519730. OLE color: 15519730.
HSL color Cylindrical-coordinate representation of color #F2CFEC: hue angle of 310.29º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2CFEC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 236 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.05 |
| HSL | 310.29º | 0.57% | 0.88% | - |
| HSV(B) | 310.29º | 0.14% | 0.95% | - |
| XYZ | 74.07 | 69.56 | 88.88 | - |
| YUV | 220.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 236 | 0 | 0.14 | 0.02 | 0.05 | 310.29 | 0.57 | 0.88 |
| Hex | F2 | CF | EC | 0 | E | 2 | 5 | 136 | 39 | 58 |
| Octal | 362 | 317 | 354 | 0 | 16 | 2 | 5 | 466 | 71 | 130 |
| Binary | 11110010 | 11001111 | 11101100 | 0 | 1110 | 10 | 101 | 100110110 | 111001 | 1011000 |
Color Harmonies of #F2CFEC
Complementary color
Monochromatic Colors of #F2CFEC
Black with #F2CFEC
Text Example
Text Example
White with #F2CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFEC; }
p { color: rgb(242,207,236); }
H1.HeaderClassName
{
color: #F2CFEC;
}
.AnyTagClassName
{
color: #F2CFEC;
}
</style>
background-color css
<style>
a { background-color: #F2CFEC; }
a { background-color: rgb(242,207,236); }
div.DivClassName
{
background-color: #F2CFEC;
}
.BgClassName
{
background-color: #F2CFEC;
}
</style>
border-color css
<style>
span { border-color: #F2CFEC; }
span { border-color: rgb(242,207,236); }
td.TdClassName
{
border-color: #F2CFEC;
}
.TagClassName
{
border-color: #F2CFEC;
}
</style>