Shades of Snuff #F4CFF0
Tints of Snuff #F4CFF0
RGB
CMYK
RGB Variations
Color information
#F4CFF0 (or 0xF4CFF0) is known color: Snuff. HEX triplet: F4, CF and F0. RGB value is (244,207,240). Sum of RGB (Red+Green+Blue) = 244+207+240=691 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.31% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFF0 is #0B300F. Grayscale: #DDDDDD. Windows color (decimal): -733200 or 15781876. OLE color: 15781876.
HSL color Cylindrical-coordinate representation of color #F4CFF0: hue angle of 306.49º 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 #F4CFF0 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 240 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.04 |
| HSL | 306.49º | 0.63% | 0.88% | - |
| HSV(B) | 306.49º | 0.15% | 0.96% | - |
| XYZ | 75.35 | 70.15 | 92.01 | - |
| YUV | 221.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 240 | 0 | 0.15 | 0.02 | 0.04 | 306.49 | 0.63 | 0.88 |
| Hex | F4 | CF | F0 | 0 | F | 2 | 4 | 132 | 3F | 58 |
| Octal | 364 | 317 | 360 | 0 | 17 | 2 | 4 | 462 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11110000 | 0 | 1111 | 10 | 100 | 100110010 | 111111 | 1011000 |
Color Harmonies of #F4CFF0
Complementary color
Monochromatic Colors of #F4CFF0
Black with #F4CFF0
Text Example
Text Example
White with #F4CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFF0; }
p { color: rgb(244,207,240); }
H1.HeaderClassName
{
color: #F4CFF0;
}
.AnyTagClassName
{
color: #F4CFF0;
}
</style>
background-color css
<style>
a { background-color: #F4CFF0; }
a { background-color: rgb(244,207,240); }
div.DivClassName
{
background-color: #F4CFF0;
}
.BgClassName
{
background-color: #F4CFF0;
}
</style>
border-color css
<style>
span { border-color: #F4CFF0; }
span { border-color: rgb(244,207,240); }
td.TdClassName
{
border-color: #F4CFF0;
}
.TagClassName
{
border-color: #F4CFF0;
}
</style>