Shades of Snuff #F9CBEF
Tints of Snuff #F9CBEF
RGB
CMYK
RGB Variations
Color information
#F9CBEF (or 0xF9CBEF) is known color: Snuff. HEX triplet: F9, CB and EF. RGB value is (249,203,239). Sum of RGB (Red+Green+Blue) = 249+203+239=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CBEF is #063410. Grayscale: #DCDCDC. Windows color (decimal): -406545 or 15715321. OLE color: 15715321.
HSL color Cylindrical-coordinate representation of color #F9CBEF: hue angle of 313.04º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CBEF is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 239 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.02 |
| HSL | 313.04º | 0.79% | 0.89% | - |
| HSV(B) | 313.04º | 0.18% | 0.98% | - |
| XYZ | 76 | 69.08 | 90.99 | - |
| YUV | 220.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 239 | 0 | 0.18 | 0.04 | 0.02 | 313.04 | 0.79 | 0.89 |
| Hex | F9 | CB | EF | 0 | 12 | 4 | 2 | 139 | 4F | 59 |
| Octal | 371 | 313 | 357 | 0 | 22 | 4 | 2 | 471 | 117 | 131 |
| Binary | 11111001 | 11001011 | 11101111 | 0 | 10010 | 100 | 10 | 100111001 | 1001111 | 1011001 |
Color Harmonies of #F9CBEF
Complementary color
Monochromatic Colors of #F9CBEF
Black with #F9CBEF
Text Example
Text Example
White with #F9CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CBEF; }
p { color: rgb(249,203,239); }
H1.HeaderClassName
{
color: #F9CBEF;
}
.AnyTagClassName
{
color: #F9CBEF;
}
</style>
background-color css
<style>
a { background-color: #F9CBEF; }
a { background-color: rgb(249,203,239); }
div.DivClassName
{
background-color: #F9CBEF;
}
.BgClassName
{
background-color: #F9CBEF;
}
</style>
border-color css
<style>
span { border-color: #F9CBEF; }
span { border-color: rgb(249,203,239); }
td.TdClassName
{
border-color: #F9CBEF;
}
.TagClassName
{
border-color: #F9CBEF;
}
</style>