Shades of Snuff #F4CBF1
Tints of Snuff #F4CBF1
RGB
CMYK
RGB Variations
Color information
#F4CBF1 (or 0xF4CBF1) is known color: Snuff. HEX triplet: F4, CB and F1. RGB value is (244,203,241). Sum of RGB (Red+Green+Blue) = 244+203+241=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CBF1 is #0B340E. Grayscale: #DBDBDB. Windows color (decimal): -734223 or 15846388. OLE color: 15846388.
HSL color Cylindrical-coordinate representation of color #F4CBF1: hue angle of 304.39º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CBF1 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 241 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.04 |
| HSL | 304.39º | 0.65% | 0.88% | - |
| HSV(B) | 304.39º | 0.17% | 0.96% | - |
| XYZ | 74.54 | 68.3 | 92.47 | - |
| YUV | 219.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 241 | 0 | 0.17 | 0.01 | 0.04 | 304.39 | 0.65 | 0.88 |
| Hex | F4 | CB | F1 | 0 | 11 | 1 | 4 | 130 | 41 | 58 |
| Octal | 364 | 313 | 361 | 0 | 21 | 1 | 4 | 460 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11110001 | 0 | 10001 | 1 | 100 | 100110000 | 1000001 | 1011000 |
Color Harmonies of #F4CBF1
Complementary color
Monochromatic Colors of #F4CBF1
Black with #F4CBF1
Text Example
Text Example
White with #F4CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBF1; }
p { color: rgb(244,203,241); }
H1.HeaderClassName
{
color: #F4CBF1;
}
.AnyTagClassName
{
color: #F4CBF1;
}
</style>
background-color css
<style>
a { background-color: #F4CBF1; }
a { background-color: rgb(244,203,241); }
div.DivClassName
{
background-color: #F4CBF1;
}
.BgClassName
{
background-color: #F4CBF1;
}
</style>
border-color css
<style>
span { border-color: #F4CBF1; }
span { border-color: rgb(244,203,241); }
td.TdClassName
{
border-color: #F4CBF1;
}
.TagClassName
{
border-color: #F4CBF1;
}
</style>