Shades of Snuff #F4C5EF
Tints of Snuff #F4C5EF
RGB
CMYK
RGB Variations
Color information
#F4C5EF (or 0xF4C5EF) is known color: Snuff. HEX triplet: F4, C5 and EF. RGB value is (244,197,239). Sum of RGB (Red+Green+Blue) = 244+197+239=680 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.88% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C5EF is #0B3A10. Grayscale: #D7D7D7. Windows color (decimal): -735761 or 15713780. OLE color: 15713780.
HSL color Cylindrical-coordinate representation of color #F4C5EF: hue angle of 306.38º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C5EF is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 197 | 239 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.04 |
| HSL | 306.38º | 0.68% | 0.86% | - |
| HSV(B) | 306.38º | 0.19% | 0.96% | - |
| XYZ | 72.85 | 65.4 | 90.44 | - |
| YUV | 215.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 239 | 0 | 0.19 | 0.02 | 0.04 | 306.38 | 0.68 | 0.86 |
| Hex | F4 | C5 | EF | 0 | 13 | 2 | 4 | 132 | 44 | 56 |
| Octal | 364 | 305 | 357 | 0 | 23 | 2 | 4 | 462 | 104 | 126 |
| Binary | 11110100 | 11000101 | 11101111 | 0 | 10011 | 10 | 100 | 100110010 | 1000100 | 1010110 |
Color Harmonies of #F4C5EF
Complementary color
Monochromatic Colors of #F4C5EF
Black with #F4C5EF
Text Example
Text Example
White with #F4C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C5EF; }
p { color: rgb(244,197,239); }
H1.HeaderClassName
{
color: #F4C5EF;
}
.AnyTagClassName
{
color: #F4C5EF;
}
</style>
background-color css
<style>
a { background-color: #F4C5EF; }
a { background-color: rgb(244,197,239); }
div.DivClassName
{
background-color: #F4C5EF;
}
.BgClassName
{
background-color: #F4C5EF;
}
</style>
border-color css
<style>
span { border-color: #F4C5EF; }
span { border-color: rgb(244,197,239); }
td.TdClassName
{
border-color: #F4C5EF;
}
.TagClassName
{
border-color: #F4C5EF;
}
</style>