Shades of Snuff #F2CEEF
Tints of Snuff #F2CEEF
RGB
CMYK
RGB Variations
Color information
#F2CEEF (or 0xF2CEEF) is known color: Snuff. HEX triplet: F2, CE and EF. RGB value is (242,206,239). Sum of RGB (Red+Green+Blue) = 242+206+239=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEEF is #0D3110. Grayscale: #DCDCDC. Windows color (decimal): -864529 or 15716082. OLE color: 15716082.
HSL color Cylindrical-coordinate representation of color #F2CEEF: hue angle of 305º 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 #F2CEEF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 239 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.05 |
| HSL | 305º | 0.58% | 0.88% | - |
| HSV(B) | 305º | 0.15% | 0.95% | - |
| XYZ | 74.27 | 69.25 | 91.11 | - |
| YUV | 220.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 239 | 0 | 0.15 | 0.01 | 0.05 | 305 | 0.58 | 0.88 |
| Hex | F2 | CE | EF | 0 | F | 1 | 5 | 131 | 3A | 58 |
| Octal | 362 | 316 | 357 | 0 | 17 | 1 | 5 | 461 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11101111 | 0 | 1111 | 1 | 101 | 100110001 | 111010 | 1011000 |
Color Harmonies of #F2CEEF
Complementary color
Monochromatic Colors of #F2CEEF
Black with #F2CEEF
Text Example
Text Example
White with #F2CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEEF; }
p { color: rgb(242,206,239); }
H1.HeaderClassName
{
color: #F2CEEF;
}
.AnyTagClassName
{
color: #F2CEEF;
}
</style>
background-color css
<style>
a { background-color: #F2CEEF; }
a { background-color: rgb(242,206,239); }
div.DivClassName
{
background-color: #F2CEEF;
}
.BgClassName
{
background-color: #F2CEEF;
}
</style>
border-color css
<style>
span { border-color: #F2CEEF; }
span { border-color: rgb(242,206,239); }
td.TdClassName
{
border-color: #F2CEEF;
}
.TagClassName
{
border-color: #F2CEEF;
}
</style>