Shades of Snuff #F7CBF1
Tints of Snuff #F7CBF1
RGB
CMYK
RGB Variations
Color information
#F7CBF1 (or 0xF7CBF1) is known color: Snuff. HEX triplet: F7, CB and F1. RGB value is (247,203,241). Sum of RGB (Red+Green+Blue) = 247+203+241=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CBF1 is #08340E. Grayscale: #DCDCDC. Windows color (decimal): -537615 or 15846391. OLE color: 15846391.
HSL color Cylindrical-coordinate representation of color #F7CBF1: hue angle of 308.18º degrees, saturation: 0.73, 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 #F7CBF1 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 241 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.03 |
| HSL | 308.18º | 0.73% | 0.88% | - |
| HSV(B) | 308.18º | 0.18% | 0.97% | - |
| XYZ | 75.59 | 68.84 | 92.52 | - |
| YUV | 220.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 241 | 0 | 0.18 | 0.02 | 0.03 | 308.18 | 0.73 | 0.88 |
| Hex | F7 | CB | F1 | 0 | 12 | 2 | 3 | 134 | 49 | 58 |
| Octal | 367 | 313 | 361 | 0 | 22 | 2 | 3 | 464 | 111 | 130 |
| Binary | 11110111 | 11001011 | 11110001 | 0 | 10010 | 10 | 11 | 100110100 | 1001001 | 1011000 |
Color Harmonies of #F7CBF1
Complementary color
Monochromatic Colors of #F7CBF1
Black with #F7CBF1
Text Example
Text Example
White with #F7CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CBF1; }
p { color: rgb(247,203,241); }
H1.HeaderClassName
{
color: #F7CBF1;
}
.AnyTagClassName
{
color: #F7CBF1;
}
</style>
background-color css
<style>
a { background-color: #F7CBF1; }
a { background-color: rgb(247,203,241); }
div.DivClassName
{
background-color: #F7CBF1;
}
.BgClassName
{
background-color: #F7CBF1;
}
</style>
border-color css
<style>
span { border-color: #F7CBF1; }
span { border-color: rgb(247,203,241); }
td.TdClassName
{
border-color: #F7CBF1;
}
.TagClassName
{
border-color: #F7CBF1;
}
</style>