Shades of Snuff #F8CEF0
Tints of Snuff #F8CEF0
RGB
CMYK
RGB Variations
Color information
#F8CEF0 (or 0xF8CEF0) is known color: Snuff. HEX triplet: F8, CE and F0. RGB value is (248,206,240). Sum of RGB (Red+Green+Blue) = 248+206+240=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEF0 is #07310F. Grayscale: #DEDEDE. Windows color (decimal): -471312 or 15781624. OLE color: 15781624.
HSL color Cylindrical-coordinate representation of color #F8CEF0: hue angle of 311.43º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CEF0 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 240 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.03 |
| HSL | 311.43º | 0.75% | 0.89% | - |
| HSV(B) | 311.43º | 0.17% | 0.97% | - |
| XYZ | 76.51 | 70.39 | 91.99 | - |
| YUV | 222.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 240 | 0 | 0.17 | 0.03 | 0.03 | 311.43 | 0.75 | 0.89 |
| Hex | F8 | CE | F0 | 0 | 11 | 3 | 3 | 137 | 4B | 59 |
| Octal | 370 | 316 | 360 | 0 | 21 | 3 | 3 | 467 | 113 | 131 |
| Binary | 11111000 | 11001110 | 11110000 | 0 | 10001 | 11 | 11 | 100110111 | 1001011 | 1011001 |
Color Harmonies of #F8CEF0
Complementary color
Monochromatic Colors of #F8CEF0
Black with #F8CEF0
Text Example
Text Example
White with #F8CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEF0; }
p { color: rgb(248,206,240); }
H1.HeaderClassName
{
color: #F8CEF0;
}
.AnyTagClassName
{
color: #F8CEF0;
}
</style>
background-color css
<style>
a { background-color: #F8CEF0; }
a { background-color: rgb(248,206,240); }
div.DivClassName
{
background-color: #F8CEF0;
}
.BgClassName
{
background-color: #F8CEF0;
}
</style>
border-color css
<style>
span { border-color: #F8CEF0; }
span { border-color: rgb(248,206,240); }
td.TdClassName
{
border-color: #F8CEF0;
}
.TagClassName
{
border-color: #F8CEF0;
}
</style>