Shades of Snuff #F4C4F6
Tints of Snuff #F4C4F6
RGB
CMYK
RGB Variations
Color information
#F4C4F6 (or 0xF4C4F6) is known color: Snuff. HEX triplet: F4, C4 and F6. RGB value is (244,196,246). Sum of RGB (Red+Green+Blue) = 244+196+246=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 196 (76.95% from 255 or 28.57% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #F4C4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C4F6 is #0B3B09. Grayscale: #D7D7D7. Windows color (decimal): -736010 or 16172276. OLE color: 16172276.
HSL color Cylindrical-coordinate representation of color #F4C4F6: hue angle of 297.6º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4C4F6 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 196 | 246 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.04 |
| HSL | 297.6º | 0.74% | 0.87% | - |
| HSV(B) | 297.6º | 0.2% | 0.96% | - |
| XYZ | 73.68 | 65.37 | 95.92 | - |
| YUV | 216.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 196 | 246 | 0.01 | 0.20 | 0 | 0.04 | 297.6 | 0.74 | 0.87 |
| Hex | F4 | C4 | F6 | 1 | 14 | 0 | 4 | 12A | 4A | 57 |
| Octal | 364 | 304 | 366 | 1 | 24 | 0 | 4 | 452 | 112 | 127 |
| Binary | 11110100 | 11000100 | 11110110 | 1 | 10100 | 0 | 100 | 100101010 | 1001010 | 1010111 |
Color Harmonies of #F4C4F6
Complementary color
Monochromatic Colors of #F4C4F6
Black with #F4C4F6
Text Example
Text Example
White with #F4C4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C4F6; }
p { color: rgb(244,196,246); }
H1.HeaderClassName
{
color: #F4C4F6;
}
.AnyTagClassName
{
color: #F4C4F6;
}
</style>
background-color css
<style>
a { background-color: #F4C4F6; }
a { background-color: rgb(244,196,246); }
div.DivClassName
{
background-color: #F4C4F6;
}
.BgClassName
{
background-color: #F4C4F6;
}
</style>
border-color css
<style>
span { border-color: #F4C4F6; }
span { border-color: rgb(244,196,246); }
td.TdClassName
{
border-color: #F4C4F6;
}
.TagClassName
{
border-color: #F4C4F6;
}
</style>