Shades of Snuff #F4C4EE
Tints of Snuff #F4C4EE
RGB
CMYK
RGB Variations
Color information
#F4C4EE (or 0xF4C4EE) is known color: Snuff. HEX triplet: F4, C4 and EE. RGB value is (244,196,238). Sum of RGB (Red+Green+Blue) = 244+196+238=678 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.99% from 678); Green value is 196 (76.95% from 255 or 28.91% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C4EE is #0B3B11. Grayscale: #D7D7D7. Windows color (decimal): -736018 or 15647988. OLE color: 15647988.
HSL color Cylindrical-coordinate representation of color #F4C4EE: hue angle of 307.5º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4C4EE is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 196 | 238 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.04 |
| HSL | 307.5º | 0.69% | 0.86% | - |
| HSV(B) | 307.5º | 0.2% | 0.96% | - |
| XYZ | 72.48 | 64.89 | 89.59 | - |
| YUV | 215.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 196 | 238 | 0 | 0.20 | 0.02 | 0.04 | 307.5 | 0.69 | 0.86 |
| Hex | F4 | C4 | EE | 0 | 14 | 2 | 4 | 134 | 45 | 56 |
| Octal | 364 | 304 | 356 | 0 | 24 | 2 | 4 | 464 | 105 | 126 |
| Binary | 11110100 | 11000100 | 11101110 | 0 | 10100 | 10 | 100 | 100110100 | 1000101 | 1010110 |
Color Harmonies of #F4C4EE
Complementary color
Monochromatic Colors of #F4C4EE
Black with #F4C4EE
Text Example
Text Example
White with #F4C4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C4EE; }
p { color: rgb(244,196,238); }
H1.HeaderClassName
{
color: #F4C4EE;
}
.AnyTagClassName
{
color: #F4C4EE;
}
</style>
background-color css
<style>
a { background-color: #F4C4EE; }
a { background-color: rgb(244,196,238); }
div.DivClassName
{
background-color: #F4C4EE;
}
.BgClassName
{
background-color: #F4C4EE;
}
</style>
border-color css
<style>
span { border-color: #F4C4EE; }
span { border-color: rgb(244,196,238); }
td.TdClassName
{
border-color: #F4C4EE;
}
.TagClassName
{
border-color: #F4C4EE;
}
</style>