Shades of Snuff #F2CCF1
Tints of Snuff #F2CCF1
RGB
CMYK
RGB Variations
Color information
#F2CCF1 (or 0xF2CCF1) is known color: Snuff. HEX triplet: F2, CC and F1. RGB value is (242,204,241). Sum of RGB (Red+Green+Blue) = 242+204+241=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCF1 is #0D330E. Grayscale: #DBDBDB. Windows color (decimal): -865039 or 15846642. OLE color: 15846642.
HSL color Cylindrical-coordinate representation of color #F2CCF1: hue angle of 301.58º 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 #F2CCF1 is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 241 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.05 |
| HSL | 301.58º | 0.59% | 0.87% | - |
| HSV(B) | 301.58º | 0.16% | 0.95% | - |
| XYZ | 74.09 | 68.41 | 92.52 | - |
| YUV | 219.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 241 | 0 | 0.16 | 0.00 | 0.05 | 301.58 | 0.59 | 0.87 |
| Hex | F2 | CC | F1 | 0 | 10 | 0 | 5 | 12E | 3B | 57 |
| Octal | 362 | 314 | 361 | 0 | 20 | 0 | 5 | 456 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11110001 | 0 | 10000 | 0 | 101 | 100101110 | 111011 | 1010111 |
Color Harmonies of #F2CCF1
Complementary color
Monochromatic Colors of #F2CCF1
Black with #F2CCF1
Text Example
Text Example
White with #F2CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCF1; }
p { color: rgb(242,204,241); }
H1.HeaderClassName
{
color: #F2CCF1;
}
.AnyTagClassName
{
color: #F2CCF1;
}
</style>
background-color css
<style>
a { background-color: #F2CCF1; }
a { background-color: rgb(242,204,241); }
div.DivClassName
{
background-color: #F2CCF1;
}
.BgClassName
{
background-color: #F2CCF1;
}
</style>
border-color css
<style>
span { border-color: #F2CCF1; }
span { border-color: rgb(242,204,241); }
td.TdClassName
{
border-color: #F2CCF1;
}
.TagClassName
{
border-color: #F2CCF1;
}
</style>