Shades of Snuff #F8C2F0
Tints of Snuff #F8C2F0
RGB
CMYK
RGB Variations
Color information
#F8C2F0 (or 0xF8C2F0) is known color: Snuff. HEX triplet: F8, C2 and F0. RGB value is (248,194,240). Sum of RGB (Red+Green+Blue) = 248+194+240=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 194 (76.17% from 255 or 28.45% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C2F0 is #073D0F. Grayscale: #D7D7D7. Windows color (decimal): -474384 or 15778552. OLE color: 15778552.
HSL color Cylindrical-coordinate representation of color #F8C2F0: hue angle of 308.89º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C2F0 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 240 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.03 |
| HSL | 308.89º | 0.79% | 0.87% | - |
| HSV(B) | 308.89º | 0.22% | 0.97% | - |
| XYZ | 73.73 | 64.83 | 91.07 | - |
| YUV | 215.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 240 | 0 | 0.22 | 0.03 | 0.03 | 308.89 | 0.79 | 0.87 |
| Hex | F8 | C2 | F0 | 0 | 16 | 3 | 3 | 135 | 4F | 57 |
| Octal | 370 | 302 | 360 | 0 | 26 | 3 | 3 | 465 | 117 | 127 |
| Binary | 11111000 | 11000010 | 11110000 | 0 | 10110 | 11 | 11 | 100110101 | 1001111 | 1010111 |
Color Harmonies of #F8C2F0
Complementary color
Monochromatic Colors of #F8C2F0
Black with #F8C2F0
Text Example
Text Example
White with #F8C2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C2F0; }
p { color: rgb(248,194,240); }
H1.HeaderClassName
{
color: #F8C2F0;
}
.AnyTagClassName
{
color: #F8C2F0;
}
</style>
background-color css
<style>
a { background-color: #F8C2F0; }
a { background-color: rgb(248,194,240); }
div.DivClassName
{
background-color: #F8C2F0;
}
.BgClassName
{
background-color: #F8C2F0;
}
</style>
border-color css
<style>
span { border-color: #F8C2F0; }
span { border-color: rgb(248,194,240); }
td.TdClassName
{
border-color: #F8C2F0;
}
.TagClassName
{
border-color: #F8C2F0;
}
</style>