Shades of Snuff #F2C9F0
Tints of Snuff #F2C9F0
RGB
CMYK
RGB Variations
Color information
#F2C9F0 (or 0xF2C9F0) is known color: Snuff. HEX triplet: F2, C9 and F0. RGB value is (242,201,240). Sum of RGB (Red+Green+Blue) = 242+201+240=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 201 (78.91% from 255 or 29.43% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C9F0 is #0D360F. Grayscale: #D9D9D9. Windows color (decimal): -865808 or 15780338. OLE color: 15780338.
HSL color Cylindrical-coordinate representation of color #F2C9F0: hue angle of 302.93º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2C9F0 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 240 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.05 |
| HSL | 302.93º | 0.61% | 0.87% | - |
| HSV(B) | 302.93º | 0.17% | 0.95% | - |
| XYZ | 73.23 | 66.94 | 91.5 | - |
| YUV | 217.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 240 | 0 | 0.17 | 0.01 | 0.05 | 302.93 | 0.61 | 0.87 |
| Hex | F2 | C9 | F0 | 0 | 11 | 1 | 5 | 12F | 3D | 57 |
| Octal | 362 | 311 | 360 | 0 | 21 | 1 | 5 | 457 | 75 | 127 |
| Binary | 11110010 | 11001001 | 11110000 | 0 | 10001 | 1 | 101 | 100101111 | 111101 | 1010111 |
Color Harmonies of #F2C9F0
Complementary color
Monochromatic Colors of #F2C9F0
Black with #F2C9F0
Text Example
Text Example
White with #F2C9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C9F0; }
p { color: rgb(242,201,240); }
H1.HeaderClassName
{
color: #F2C9F0;
}
.AnyTagClassName
{
color: #F2C9F0;
}
</style>
background-color css
<style>
a { background-color: #F2C9F0; }
a { background-color: rgb(242,201,240); }
div.DivClassName
{
background-color: #F2C9F0;
}
.BgClassName
{
background-color: #F2C9F0;
}
</style>
border-color css
<style>
span { border-color: #F2C9F0; }
span { border-color: rgb(242,201,240); }
td.TdClassName
{
border-color: #F2C9F0;
}
.TagClassName
{
border-color: #F2C9F0;
}
</style>