Shades of Snuff #F4C1EF
Tints of Snuff #F4C1EF
RGB
CMYK
RGB Variations
Color information
#F4C1EF (or 0xF4C1EF) is known color: Snuff. HEX triplet: F4, C1 and EF. RGB value is (244,193,239). Sum of RGB (Red+Green+Blue) = 244+193+239=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 193 (75.78% from 255 or 28.55% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C1EF is #0B3E10. Grayscale: #D5D5D5. Windows color (decimal): -736785 or 15712756. OLE color: 15712756.
HSL color Cylindrical-coordinate representation of color #F4C1EF: hue angle of 305.88º 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 #F4C1EF is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 239 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.04 |
| HSL | 305.88º | 0.7% | 0.86% | - |
| HSV(B) | 305.88º | 0.21% | 0.96% | - |
| XYZ | 71.96 | 63.61 | 90.15 | - |
| YUV | 213.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 239 | 0 | 0.21 | 0.02 | 0.04 | 305.88 | 0.7 | 0.86 |
| Hex | F4 | C1 | EF | 0 | 15 | 2 | 4 | 132 | 46 | 56 |
| Octal | 364 | 301 | 357 | 0 | 25 | 2 | 4 | 462 | 106 | 126 |
| Binary | 11110100 | 11000001 | 11101111 | 0 | 10101 | 10 | 100 | 100110010 | 1000110 | 1010110 |
Color Harmonies of #F4C1EF
Complementary color
Monochromatic Colors of #F4C1EF
Black with #F4C1EF
Text Example
Text Example
White with #F4C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1EF; }
p { color: rgb(244,193,239); }
H1.HeaderClassName
{
color: #F4C1EF;
}
.AnyTagClassName
{
color: #F4C1EF;
}
</style>
background-color css
<style>
a { background-color: #F4C1EF; }
a { background-color: rgb(244,193,239); }
div.DivClassName
{
background-color: #F4C1EF;
}
.BgClassName
{
background-color: #F4C1EF;
}
</style>
border-color css
<style>
span { border-color: #F4C1EF; }
span { border-color: rgb(244,193,239); }
td.TdClassName
{
border-color: #F4C1EF;
}
.TagClassName
{
border-color: #F4C1EF;
}
</style>