Shades of Snuff #F8CBF1
Tints of Snuff #F8CBF1
RGB
CMYK
RGB Variations
Color information
#F8CBF1 (or 0xF8CBF1) is known color: Snuff. HEX triplet: F8, CB and F1. RGB value is (248,203,241). Sum of RGB (Red+Green+Blue) = 248+203+241=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBF1 is #07340E. Grayscale: #DCDCDC. Windows color (decimal): -472079 or 15846392. OLE color: 15846392.
HSL color Cylindrical-coordinate representation of color #F8CBF1: hue angle of 309.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CBF1 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 241 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.03 |
| HSL | 309.33º | 0.76% | 0.88% | - |
| HSV(B) | 309.33º | 0.18% | 0.97% | - |
| XYZ | 75.94 | 69.02 | 92.54 | - |
| YUV | 220.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 241 | 0 | 0.18 | 0.03 | 0.03 | 309.33 | 0.76 | 0.88 |
| Hex | F8 | CB | F1 | 0 | 12 | 3 | 3 | 135 | 4C | 58 |
| Octal | 370 | 313 | 361 | 0 | 22 | 3 | 3 | 465 | 114 | 130 |
| Binary | 11111000 | 11001011 | 11110001 | 0 | 10010 | 11 | 11 | 100110101 | 1001100 | 1011000 |
Color Harmonies of #F8CBF1
Complementary color
Monochromatic Colors of #F8CBF1
Black with #F8CBF1
Text Example
Text Example
White with #F8CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBF1; }
p { color: rgb(248,203,241); }
H1.HeaderClassName
{
color: #F8CBF1;
}
.AnyTagClassName
{
color: #F8CBF1;
}
</style>
background-color css
<style>
a { background-color: #F8CBF1; }
a { background-color: rgb(248,203,241); }
div.DivClassName
{
background-color: #F8CBF1;
}
.BgClassName
{
background-color: #F8CBF1;
}
</style>
border-color css
<style>
span { border-color: #F8CBF1; }
span { border-color: rgb(248,203,241); }
td.TdClassName
{
border-color: #F8CBF1;
}
.TagClassName
{
border-color: #F8CBF1;
}
</style>