Shades of Snuff #F8C4EF
Tints of Snuff #F8C4EF
RGB
CMYK
RGB Variations
Color information
#F8C4EF (or 0xF8C4EF) is known color: Snuff. HEX triplet: F8, C4 and EF. RGB value is (248,196,239). Sum of RGB (Red+Green+Blue) = 248+196+239=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C4EF is #073B10. Grayscale: #D8D8D8. Windows color (decimal): -473873 or 15713528. OLE color: 15713528.
HSL color Cylindrical-coordinate representation of color #F8C4EF: hue angle of 310.38º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C4EF is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 239 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.03 |
| HSL | 310.38º | 0.79% | 0.87% | - |
| HSV(B) | 310.38º | 0.21% | 0.97% | - |
| XYZ | 74.03 | 65.67 | 90.43 | - |
| YUV | 216.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 239 | 0 | 0.21 | 0.04 | 0.03 | 310.38 | 0.79 | 0.87 |
| Hex | F8 | C4 | EF | 0 | 15 | 4 | 3 | 136 | 4F | 57 |
| Octal | 370 | 304 | 357 | 0 | 25 | 4 | 3 | 466 | 117 | 127 |
| Binary | 11111000 | 11000100 | 11101111 | 0 | 10101 | 100 | 11 | 100110110 | 1001111 | 1010111 |
Color Harmonies of #F8C4EF
Complementary color
Monochromatic Colors of #F8C4EF
Black with #F8C4EF
Text Example
Text Example
White with #F8C4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C4EF; }
p { color: rgb(248,196,239); }
H1.HeaderClassName
{
color: #F8C4EF;
}
.AnyTagClassName
{
color: #F8C4EF;
}
</style>
background-color css
<style>
a { background-color: #F8C4EF; }
a { background-color: rgb(248,196,239); }
div.DivClassName
{
background-color: #F8C4EF;
}
.BgClassName
{
background-color: #F8C4EF;
}
</style>
border-color css
<style>
span { border-color: #F8C4EF; }
span { border-color: rgb(248,196,239); }
td.TdClassName
{
border-color: #F8C4EF;
}
.TagClassName
{
border-color: #F8C4EF;
}
</style>