Shades of Snuff #F4CCF1
Tints of Snuff #F4CCF1
RGB
CMYK
RGB Variations
Color information
#F4CCF1 (or 0xF4CCF1) is known color: Snuff. HEX triplet: F4, CC and F1. RGB value is (244,204,241). Sum of RGB (Red+Green+Blue) = 244+204+241=689 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.41% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CCF1 is #0B330E. Grayscale: #DCDCDC. Windows color (decimal): -733967 or 15846644. OLE color: 15846644.
HSL color Cylindrical-coordinate representation of color #F4CCF1: hue angle of 304.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CCF1 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 241 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.04 |
| HSL | 304.5º | 0.65% | 0.88% | - |
| HSV(B) | 304.5º | 0.16% | 0.96% | - |
| XYZ | 74.78 | 68.77 | 92.55 | - |
| YUV | 220.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 241 | 0 | 0.16 | 0.01 | 0.04 | 304.5 | 0.65 | 0.88 |
| Hex | F4 | CC | F1 | 0 | 10 | 1 | 4 | 130 | 41 | 58 |
| Octal | 364 | 314 | 361 | 0 | 20 | 1 | 4 | 460 | 101 | 130 |
| Binary | 11110100 | 11001100 | 11110001 | 0 | 10000 | 1 | 100 | 100110000 | 1000001 | 1011000 |
Color Harmonies of #F4CCF1
Complementary color
Monochromatic Colors of #F4CCF1
Black with #F4CCF1
Text Example
Text Example
White with #F4CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CCF1; }
p { color: rgb(244,204,241); }
H1.HeaderClassName
{
color: #F4CCF1;
}
.AnyTagClassName
{
color: #F4CCF1;
}
</style>
background-color css
<style>
a { background-color: #F4CCF1; }
a { background-color: rgb(244,204,241); }
div.DivClassName
{
background-color: #F4CCF1;
}
.BgClassName
{
background-color: #F4CCF1;
}
</style>
border-color css
<style>
span { border-color: #F4CCF1; }
span { border-color: rgb(244,204,241); }
td.TdClassName
{
border-color: #F4CCF1;
}
.TagClassName
{
border-color: #F4CCF1;
}
</style>