Shades of Snuff #F2CEED
Tints of Snuff #F2CEED
RGB
CMYK
RGB Variations
Color information
#F2CEED (or 0xF2CEED) is known color: Snuff. HEX triplet: F2, CE and ED. RGB value is (242,206,237). Sum of RGB (Red+Green+Blue) = 242+206+237=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEED is #0D3112. Grayscale: #DCDCDC. Windows color (decimal): -864531 or 15585010. OLE color: 15585010.
HSL color Cylindrical-coordinate representation of color #F2CEED: hue angle of 308.33º 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 #F2CEED is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 237 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.05 |
| HSL | 308.33º | 0.58% | 0.88% | - |
| HSV(B) | 308.33º | 0.15% | 0.95% | - |
| XYZ | 73.98 | 69.13 | 89.57 | - |
| YUV | 220.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 237 | 0 | 0.15 | 0.02 | 0.05 | 308.33 | 0.58 | 0.88 |
| Hex | F2 | CE | ED | 0 | F | 2 | 5 | 134 | 3A | 58 |
| Octal | 362 | 316 | 355 | 0 | 17 | 2 | 5 | 464 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11101101 | 0 | 1111 | 10 | 101 | 100110100 | 111010 | 1011000 |
Color Harmonies of #F2CEED
Complementary color
Monochromatic Colors of #F2CEED
Black with #F2CEED
Text Example
Text Example
White with #F2CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEED; }
p { color: rgb(242,206,237); }
H1.HeaderClassName
{
color: #F2CEED;
}
.AnyTagClassName
{
color: #F2CEED;
}
</style>
background-color css
<style>
a { background-color: #F2CEED; }
a { background-color: rgb(242,206,237); }
div.DivClassName
{
background-color: #F2CEED;
}
.BgClassName
{
background-color: #F2CEED;
}
</style>
border-color css
<style>
span { border-color: #F2CEED; }
span { border-color: rgb(242,206,237); }
td.TdClassName
{
border-color: #F2CEED;
}
.TagClassName
{
border-color: #F2CEED;
}
</style>