Shades of Snuff #F4C8F0
Tints of Snuff #F4C8F0
RGB
CMYK
RGB Variations
Color information
#F4C8F0 (or 0xF4C8F0) is known color: Snuff. HEX triplet: F4, C8 and F0. RGB value is (244,200,240). Sum of RGB (Red+Green+Blue) = 244+200+240=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 200 (78.52% from 255 or 29.24% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C8F0 is #0B370F. Grayscale: #D9D9D9. Windows color (decimal): -734992 or 15780084. OLE color: 15780084.
HSL color Cylindrical-coordinate representation of color #F4C8F0: hue angle of 305.45º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F4C8F0 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 200 | 240 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.04 |
| HSL | 305.45º | 0.67% | 0.87% | - |
| HSV(B) | 305.45º | 0.18% | 0.96% | - |
| XYZ | 73.69 | 66.83 | 91.45 | - |
| YUV | 217.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 200 | 240 | 0 | 0.18 | 0.02 | 0.04 | 305.45 | 0.67 | 0.87 |
| Hex | F4 | C8 | F0 | 0 | 12 | 2 | 4 | 131 | 43 | 57 |
| Octal | 364 | 310 | 360 | 0 | 22 | 2 | 4 | 461 | 103 | 127 |
| Binary | 11110100 | 11001000 | 11110000 | 0 | 10010 | 10 | 100 | 100110001 | 1000011 | 1010111 |
Color Harmonies of #F4C8F0
Complementary color
Monochromatic Colors of #F4C8F0
Black with #F4C8F0
Text Example
Text Example
White with #F4C8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C8F0; }
p { color: rgb(244,200,240); }
H1.HeaderClassName
{
color: #F4C8F0;
}
.AnyTagClassName
{
color: #F4C8F0;
}
</style>
background-color css
<style>
a { background-color: #F4C8F0; }
a { background-color: rgb(244,200,240); }
div.DivClassName
{
background-color: #F4C8F0;
}
.BgClassName
{
background-color: #F4C8F0;
}
</style>
border-color css
<style>
span { border-color: #F4C8F0; }
span { border-color: rgb(244,200,240); }
td.TdClassName
{
border-color: #F4C8F0;
}
.TagClassName
{
border-color: #F4C8F0;
}
</style>