Shades of Snuff #F4CBEF
Tints of Snuff #F4CBEF
RGB
CMYK
RGB Variations
Color information
#F4CBEF (or 0xF4CBEF) is known color: Snuff. HEX triplet: F4, CB and EF. RGB value is (244,203,239). Sum of RGB (Red+Green+Blue) = 244+203+239=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CBEF is #0B3410. Grayscale: #DBDBDB. Windows color (decimal): -734225 or 15715316. OLE color: 15715316.
HSL color Cylindrical-coordinate representation of color #F4CBEF: hue angle of 307.32º 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 #F4CBEF is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 239 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.04 |
| HSL | 307.32º | 0.65% | 0.88% | - |
| HSV(B) | 307.32º | 0.17% | 0.96% | - |
| XYZ | 74.24 | 68.18 | 90.91 | - |
| YUV | 219.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 239 | 0 | 0.17 | 0.02 | 0.04 | 307.32 | 0.65 | 0.88 |
| Hex | F4 | CB | EF | 0 | 11 | 2 | 4 | 133 | 41 | 58 |
| Octal | 364 | 313 | 357 | 0 | 21 | 2 | 4 | 463 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11101111 | 0 | 10001 | 10 | 100 | 100110011 | 1000001 | 1011000 |
Color Harmonies of #F4CBEF
Complementary color
Monochromatic Colors of #F4CBEF
Black with #F4CBEF
Text Example
Text Example
White with #F4CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBEF; }
p { color: rgb(244,203,239); }
H1.HeaderClassName
{
color: #F4CBEF;
}
.AnyTagClassName
{
color: #F4CBEF;
}
</style>
background-color css
<style>
a { background-color: #F4CBEF; }
a { background-color: rgb(244,203,239); }
div.DivClassName
{
background-color: #F4CBEF;
}
.BgClassName
{
background-color: #F4CBEF;
}
</style>
border-color css
<style>
span { border-color: #F4CBEF; }
span { border-color: rgb(244,203,239); }
td.TdClassName
{
border-color: #F4CBEF;
}
.TagClassName
{
border-color: #F4CBEF;
}
</style>