Shades of Snuff #F2CEEE
Tints of Snuff #F2CEEE
RGB
CMYK
RGB Variations
Color information
#F2CEEE (or 0xF2CEEE) is known color: Snuff. HEX triplet: F2, CE and EE. RGB value is (242,206,238). Sum of RGB (Red+Green+Blue) = 242+206+238=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEEE is #0D3111. Grayscale: #DCDCDC. Windows color (decimal): -864530 or 15650546. OLE color: 15650546.
HSL color Cylindrical-coordinate representation of color #F2CEEE: hue angle of 306.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 #F2CEEE is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 238 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.05 |
| HSL | 306.67º | 0.58% | 0.88% | - |
| HSV(B) | 306.67º | 0.15% | 0.95% | - |
| XYZ | 74.12 | 69.19 | 90.34 | - |
| YUV | 220.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 238 | 0 | 0.15 | 0.02 | 0.05 | 306.67 | 0.58 | 0.88 |
| Hex | F2 | CE | EE | 0 | F | 2 | 5 | 133 | 3A | 58 |
| Octal | 362 | 316 | 356 | 0 | 17 | 2 | 5 | 463 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11101110 | 0 | 1111 | 10 | 101 | 100110011 | 111010 | 1011000 |
Color Harmonies of #F2CEEE
Complementary color
Monochromatic Colors of #F2CEEE
Black with #F2CEEE
Text Example
Text Example
White with #F2CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEEE; }
p { color: rgb(242,206,238); }
H1.HeaderClassName
{
color: #F2CEEE;
}
.AnyTagClassName
{
color: #F2CEEE;
}
</style>
background-color css
<style>
a { background-color: #F2CEEE; }
a { background-color: rgb(242,206,238); }
div.DivClassName
{
background-color: #F2CEEE;
}
.BgClassName
{
background-color: #F2CEEE;
}
</style>
border-color css
<style>
span { border-color: #F2CEEE; }
span { border-color: rgb(242,206,238); }
td.TdClassName
{
border-color: #F2CEEE;
}
.TagClassName
{
border-color: #F2CEEE;
}
</style>