Shades of Snuff #F8CEFE
Tints of Snuff #F8CEFE
RGB
CMYK
RGB Variations
Color information
#F8CEFE (or 0xF8CEFE) is known color: Snuff. HEX triplet: F8, CE and FE. RGB value is (248,206,254). Sum of RGB (Red+Green+Blue) = 248+206+254=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 206 (80.86% from 255 or 29.10% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEFE is #073101. Grayscale: #DFDFDF. Windows color (decimal): -471298 or 16699128. OLE color: 16699128.
HSL color Cylindrical-coordinate representation of color #F8CEFE: hue angle of 292.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CEFE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 206 | 254 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.00 |
| HSL | 292.5º | 0.96% | 0.9% | - |
| HSV(B) | 292.5º | 0.19% | 1% | - |
| XYZ | 78.67 | 71.25 | 103.37 | - |
| YUV | 224.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 254 | 0.02 | 0.19 | 0 | 0.00 | 292.5 | 0.96 | 0.9 |
| Hex | F8 | CE | FE | 2 | 13 | 0 | 0 | 124 | 60 | 5A |
| Octal | 370 | 316 | 376 | 2 | 23 | 0 | 0 | 444 | 140 | 132 |
| Binary | 11111000 | 11001110 | 11111110 | 10 | 10011 | 0 | 0 | 100100100 | 1100000 | 1011010 |
Color Harmonies of #F8CEFE
Complementary color
Monochromatic Colors of #F8CEFE
Black with #F8CEFE
Text Example
Text Example
White with #F8CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEFE; }
p { color: rgb(248,206,254); }
H1.HeaderClassName
{
color: #F8CEFE;
}
.AnyTagClassName
{
color: #F8CEFE;
}
</style>
background-color css
<style>
a { background-color: #F8CEFE; }
a { background-color: rgb(248,206,254); }
div.DivClassName
{
background-color: #F8CEFE;
}
.BgClassName
{
background-color: #F8CEFE;
}
</style>
border-color css
<style>
span { border-color: #F8CEFE; }
span { border-color: rgb(248,206,254); }
td.TdClassName
{
border-color: #F8CEFE;
}
.TagClassName
{
border-color: #F8CEFE;
}
</style>