Shades of Snuff #F4CBF3
Tints of Snuff #F4CBF3
RGB
CMYK
RGB Variations
Color information
#F4CBF3 (or 0xF4CBF3) is known color: Snuff. HEX triplet: F4, CB and F3. RGB value is (244,203,243). Sum of RGB (Red+Green+Blue) = 244+203+243=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 203 (79.69% from 255 or 29.42% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CBF3 is #0B340C. Grayscale: #DBDBDB. Windows color (decimal): -734221 or 15977460. OLE color: 15977460.
HSL color Cylindrical-coordinate representation of color #F4CBF3: hue angle of 301.46º 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 #F4CBF3 is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 243 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.04 |
| HSL | 301.46º | 0.65% | 0.88% | - |
| HSV(B) | 301.46º | 0.17% | 0.96% | - |
| XYZ | 74.84 | 68.42 | 94.06 | - |
| YUV | 219.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 243 | 0 | 0.17 | 0.00 | 0.04 | 301.46 | 0.65 | 0.88 |
| Hex | F4 | CB | F3 | 0 | 11 | 0 | 4 | 12D | 41 | 58 |
| Octal | 364 | 313 | 363 | 0 | 21 | 0 | 4 | 455 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11110011 | 0 | 10001 | 0 | 100 | 100101101 | 1000001 | 1011000 |
Color Harmonies of #F4CBF3
Complementary color
Monochromatic Colors of #F4CBF3
Black with #F4CBF3
Text Example
Text Example
White with #F4CBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBF3; }
p { color: rgb(244,203,243); }
H1.HeaderClassName
{
color: #F4CBF3;
}
.AnyTagClassName
{
color: #F4CBF3;
}
</style>
background-color css
<style>
a { background-color: #F4CBF3; }
a { background-color: rgb(244,203,243); }
div.DivClassName
{
background-color: #F4CBF3;
}
.BgClassName
{
background-color: #F4CBF3;
}
</style>
border-color css
<style>
span { border-color: #F4CBF3; }
span { border-color: rgb(244,203,243); }
td.TdClassName
{
border-color: #F4CBF3;
}
.TagClassName
{
border-color: #F4CBF3;
}
</style>