Shades of Snuff #F4C1F0
Tints of Snuff #F4C1F0
RGB
CMYK
RGB Variations
Color information
#F4C1F0 (or 0xF4C1F0) is known color: Snuff. HEX triplet: F4, C1 and F0. RGB value is (244,193,240). Sum of RGB (Red+Green+Blue) = 244+193+240=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 193 (75.78% from 255 or 28.51% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C1F0 is #0B3E0F. Grayscale: #D5D5D5. Windows color (decimal): -736784 or 15778292. OLE color: 15778292.
HSL color Cylindrical-coordinate representation of color #F4C1F0: hue angle of 304.71º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C1F0 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 240 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.04 |
| HSL | 304.71º | 0.7% | 0.86% | - |
| HSV(B) | 304.71º | 0.21% | 0.96% | - |
| XYZ | 72.11 | 63.66 | 90.93 | - |
| YUV | 213.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 240 | 0 | 0.21 | 0.02 | 0.04 | 304.71 | 0.7 | 0.86 |
| Hex | F4 | C1 | F0 | 0 | 15 | 2 | 4 | 131 | 46 | 56 |
| Octal | 364 | 301 | 360 | 0 | 25 | 2 | 4 | 461 | 106 | 126 |
| Binary | 11110100 | 11000001 | 11110000 | 0 | 10101 | 10 | 100 | 100110001 | 1000110 | 1010110 |
Color Harmonies of #F4C1F0
Complementary color
Monochromatic Colors of #F4C1F0
Black with #F4C1F0
Text Example
Text Example
White with #F4C1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1F0; }
p { color: rgb(244,193,240); }
H1.HeaderClassName
{
color: #F4C1F0;
}
.AnyTagClassName
{
color: #F4C1F0;
}
</style>
background-color css
<style>
a { background-color: #F4C1F0; }
a { background-color: rgb(244,193,240); }
div.DivClassName
{
background-color: #F4C1F0;
}
.BgClassName
{
background-color: #F4C1F0;
}
</style>
border-color css
<style>
span { border-color: #F4C1F0; }
span { border-color: rgb(244,193,240); }
td.TdClassName
{
border-color: #F4C1F0;
}
.TagClassName
{
border-color: #F4C1F0;
}
</style>