Shades of Snuff #F8CFF5
Tints of Snuff #F8CFF5
RGB
CMYK
RGB Variations
Color information
#F8CFF5 (or 0xF8CFF5) is known color: Snuff. HEX triplet: F8, CF and F5. RGB value is (248,207,245). Sum of RGB (Red+Green+Blue) = 248+207+245=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFF5 is #07300A. Grayscale: #DFDFDF. Windows color (decimal): -471051 or 16109560. OLE color: 16109560.
HSL color Cylindrical-coordinate representation of color #F8CFF5: hue angle of 304.39º 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 #F8CFF5 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 245 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.03 |
| HSL | 304.39º | 0.75% | 0.89% | - |
| HSV(B) | 304.39º | 0.17% | 0.97% | - |
| XYZ | 77.51 | 71.17 | 96.04 | - |
| YUV | 223.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 245 | 0 | 0.17 | 0.01 | 0.03 | 304.39 | 0.75 | 0.89 |
| Hex | F8 | CF | F5 | 0 | 11 | 1 | 3 | 130 | 4B | 59 |
| Octal | 370 | 317 | 365 | 0 | 21 | 1 | 3 | 460 | 113 | 131 |
| Binary | 11111000 | 11001111 | 11110101 | 0 | 10001 | 1 | 11 | 100110000 | 1001011 | 1011001 |
Color Harmonies of #F8CFF5
Complementary color
Monochromatic Colors of #F8CFF5
Black with #F8CFF5
Text Example
Text Example
White with #F8CFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFF5; }
p { color: rgb(248,207,245); }
H1.HeaderClassName
{
color: #F8CFF5;
}
.AnyTagClassName
{
color: #F8CFF5;
}
</style>
background-color css
<style>
a { background-color: #F8CFF5; }
a { background-color: rgb(248,207,245); }
div.DivClassName
{
background-color: #F8CFF5;
}
.BgClassName
{
background-color: #F8CFF5;
}
</style>
border-color css
<style>
span { border-color: #F8CFF5; }
span { border-color: rgb(248,207,245); }
td.TdClassName
{
border-color: #F8CFF5;
}
.TagClassName
{
border-color: #F8CFF5;
}
</style>