Shades of Snuff #F4CBEC
Tints of Snuff #F4CBEC
RGB
CMYK
RGB Variations
Color information
#F4CBEC (or 0xF4CBEC) is known color: Snuff. HEX triplet: F4, CB and EC. RGB value is (244,203,236). Sum of RGB (Red+Green+Blue) = 244+203+236=683 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.72% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CBEC is #0B3413. Grayscale: #DADADA. Windows color (decimal): -734228 or 15518708. OLE color: 15518708.
HSL color Cylindrical-coordinate representation of color #F4CBEC: hue angle of 311.71º 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 #F4CBEC is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 236 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.04 |
| HSL | 311.71º | 0.65% | 0.88% | - |
| HSV(B) | 311.71º | 0.17% | 0.96% | - |
| XYZ | 73.8 | 68 | 88.59 | - |
| YUV | 219.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 236 | 0 | 0.17 | 0.03 | 0.04 | 311.71 | 0.65 | 0.88 |
| Hex | F4 | CB | EC | 0 | 11 | 3 | 4 | 138 | 41 | 58 |
| Octal | 364 | 313 | 354 | 0 | 21 | 3 | 4 | 470 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11101100 | 0 | 10001 | 11 | 100 | 100111000 | 1000001 | 1011000 |
Color Harmonies of #F4CBEC
Complementary color
Monochromatic Colors of #F4CBEC
Black with #F4CBEC
Text Example
Text Example
White with #F4CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBEC; }
p { color: rgb(244,203,236); }
H1.HeaderClassName
{
color: #F4CBEC;
}
.AnyTagClassName
{
color: #F4CBEC;
}
</style>
background-color css
<style>
a { background-color: #F4CBEC; }
a { background-color: rgb(244,203,236); }
div.DivClassName
{
background-color: #F4CBEC;
}
.BgClassName
{
background-color: #F4CBEC;
}
</style>
border-color css
<style>
span { border-color: #F4CBEC; }
span { border-color: rgb(244,203,236); }
td.TdClassName
{
border-color: #F4CBEC;
}
.TagClassName
{
border-color: #F4CBEC;
}
</style>