Shades of Snuff #F4CFF1
Tints of Snuff #F4CFF1
RGB
CMYK
RGB Variations
Color information
#F4CFF1 (or 0xF4CFF1) is known color: Snuff. HEX triplet: F4, CF and F1. RGB value is (244,207,241). Sum of RGB (Red+Green+Blue) = 244+207+241=692 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.26% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFF1 is #0B300E. Grayscale: #DDDDDD. Windows color (decimal): -733199 or 15847412. OLE color: 15847412.
HSL color Cylindrical-coordinate representation of color #F4CFF1: hue angle of 304.86º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4CFF1 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 241 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.04 |
| HSL | 304.86º | 0.63% | 0.88% | - |
| HSV(B) | 304.86º | 0.15% | 0.96% | - |
| XYZ | 75.5 | 70.21 | 92.79 | - |
| YUV | 221.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 241 | 0 | 0.15 | 0.01 | 0.04 | 304.86 | 0.63 | 0.88 |
| Hex | F4 | CF | F1 | 0 | F | 1 | 4 | 131 | 3F | 58 |
| Octal | 364 | 317 | 361 | 0 | 17 | 1 | 4 | 461 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11110001 | 0 | 1111 | 1 | 100 | 100110001 | 111111 | 1011000 |
Color Harmonies of #F4CFF1
Complementary color
Monochromatic Colors of #F4CFF1
Black with #F4CFF1
Text Example
Text Example
White with #F4CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFF1; }
p { color: rgb(244,207,241); }
H1.HeaderClassName
{
color: #F4CFF1;
}
.AnyTagClassName
{
color: #F4CFF1;
}
</style>
background-color css
<style>
a { background-color: #F4CFF1; }
a { background-color: rgb(244,207,241); }
div.DivClassName
{
background-color: #F4CFF1;
}
.BgClassName
{
background-color: #F4CFF1;
}
</style>
border-color css
<style>
span { border-color: #F4CFF1; }
span { border-color: rgb(244,207,241); }
td.TdClassName
{
border-color: #F4CFF1;
}
.TagClassName
{
border-color: #F4CFF1;
}
</style>