Shades of Snuff #F2CCEA
Tints of Snuff #F2CCEA
RGB
CMYK
RGB Variations
Color information
#F2CCEA (or 0xF2CCEA) is known color: Snuff. HEX triplet: F2, CC and EA. RGB value is (242,204,234). Sum of RGB (Red+Green+Blue) = 242+204+234=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCEA is #0D3315. Grayscale: #DADADA. Windows color (decimal): -865046 or 15387890. OLE color: 15387890.
HSL color Cylindrical-coordinate representation of color #F2CCEA: hue angle of 312.63º 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 #F2CCEA is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 234 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.05 |
| HSL | 312.63º | 0.59% | 0.87% | - |
| HSV(B) | 312.63º | 0.16% | 0.95% | - |
| XYZ | 73.06 | 68 | 87.12 | - |
| YUV | 218.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 234 | 0 | 0.16 | 0.03 | 0.05 | 312.63 | 0.59 | 0.87 |
| Hex | F2 | CC | EA | 0 | 10 | 3 | 5 | 139 | 3B | 57 |
| Octal | 362 | 314 | 352 | 0 | 20 | 3 | 5 | 471 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11101010 | 0 | 10000 | 11 | 101 | 100111001 | 111011 | 1010111 |
Color Harmonies of #F2CCEA
Complementary color
Monochromatic Colors of #F2CCEA
Black with #F2CCEA
Text Example
Text Example
White with #F2CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCEA; }
p { color: rgb(242,204,234); }
H1.HeaderClassName
{
color: #F2CCEA;
}
.AnyTagClassName
{
color: #F2CCEA;
}
</style>
background-color css
<style>
a { background-color: #F2CCEA; }
a { background-color: rgb(242,204,234); }
div.DivClassName
{
background-color: #F2CCEA;
}
.BgClassName
{
background-color: #F2CCEA;
}
</style>
border-color css
<style>
span { border-color: #F2CCEA; }
span { border-color: rgb(242,204,234); }
td.TdClassName
{
border-color: #F2CCEA;
}
.TagClassName
{
border-color: #F2CCEA;
}
</style>