Shades of Snuff #F2CBEF
Tints of Snuff #F2CBEF
RGB
CMYK
RGB Variations
Color information
#F2CBEF (or 0xF2CBEF) is known color: Snuff. HEX triplet: F2, CB and EF. RGB value is (242,203,239). Sum of RGB (Red+Green+Blue) = 242+203+239=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBEF is #0D3410. Grayscale: #DADADA. Windows color (decimal): -865297 or 15715314. OLE color: 15715314.
HSL color Cylindrical-coordinate representation of color #F2CBEF: hue angle of 304.62º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CBEF is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 239 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.05 |
| HSL | 304.62º | 0.6% | 0.87% | - |
| HSV(B) | 304.62º | 0.16% | 0.95% | - |
| XYZ | 73.55 | 67.82 | 90.88 | - |
| YUV | 218.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 239 | 0 | 0.16 | 0.01 | 0.05 | 304.62 | 0.6 | 0.87 |
| Hex | F2 | CB | EF | 0 | 10 | 1 | 5 | 131 | 3C | 57 |
| Octal | 362 | 313 | 357 | 0 | 20 | 1 | 5 | 461 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11101111 | 0 | 10000 | 1 | 101 | 100110001 | 111100 | 1010111 |
Color Harmonies of #F2CBEF
Complementary color
Monochromatic Colors of #F2CBEF
Black with #F2CBEF
Text Example
Text Example
White with #F2CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBEF; }
p { color: rgb(242,203,239); }
H1.HeaderClassName
{
color: #F2CBEF;
}
.AnyTagClassName
{
color: #F2CBEF;
}
</style>
background-color css
<style>
a { background-color: #F2CBEF; }
a { background-color: rgb(242,203,239); }
div.DivClassName
{
background-color: #F2CBEF;
}
.BgClassName
{
background-color: #F2CBEF;
}
</style>
border-color css
<style>
span { border-color: #F2CBEF; }
span { border-color: rgb(242,203,239); }
td.TdClassName
{
border-color: #F2CBEF;
}
.TagClassName
{
border-color: #F2CBEF;
}
</style>