Shades of Snuff #F2CCEF
Tints of Snuff #F2CCEF
RGB
CMYK
RGB Variations
Color information
#F2CCEF (or 0xF2CCEF) is known color: Snuff. HEX triplet: F2, CC and EF. RGB value is (242,204,239). Sum of RGB (Red+Green+Blue) = 242+204+239=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCEF is #0D3310. Grayscale: #DBDBDB. Windows color (decimal): -865041 or 15715570. OLE color: 15715570.
HSL color Cylindrical-coordinate representation of color #F2CCEF: hue angle of 304.74º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCEF is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 239 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.05 |
| HSL | 304.74º | 0.59% | 0.87% | - |
| HSV(B) | 304.74º | 0.16% | 0.95% | - |
| XYZ | 73.79 | 68.29 | 90.95 | - |
| YUV | 219.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 239 | 0 | 0.16 | 0.01 | 0.05 | 304.74 | 0.59 | 0.87 |
| Hex | F2 | CC | EF | 0 | 10 | 1 | 5 | 131 | 3B | 57 |
| Octal | 362 | 314 | 357 | 0 | 20 | 1 | 5 | 461 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11101111 | 0 | 10000 | 1 | 101 | 100110001 | 111011 | 1010111 |
Color Harmonies of #F2CCEF
Complementary color
Monochromatic Colors of #F2CCEF
Black with #F2CCEF
Text Example
Text Example
White with #F2CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCEF; }
p { color: rgb(242,204,239); }
H1.HeaderClassName
{
color: #F2CCEF;
}
.AnyTagClassName
{
color: #F2CCEF;
}
</style>
background-color css
<style>
a { background-color: #F2CCEF; }
a { background-color: rgb(242,204,239); }
div.DivClassName
{
background-color: #F2CCEF;
}
.BgClassName
{
background-color: #F2CCEF;
}
</style>
border-color css
<style>
span { border-color: #F2CCEF; }
span { border-color: rgb(242,204,239); }
td.TdClassName
{
border-color: #F2CCEF;
}
.TagClassName
{
border-color: #F2CCEF;
}
</style>