Shades of Snuff #F2CBEB
Tints of Snuff #F2CBEB
RGB
CMYK
RGB Variations
Color information
#F2CBEB (or 0xF2CBEB) is known color: Snuff. HEX triplet: F2, CB and EB. RGB value is (242,203,235). Sum of RGB (Red+Green+Blue) = 242+203+235=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBEB is #0D3414. Grayscale: #DADADA. Windows color (decimal): -865301 or 15453170. OLE color: 15453170.
HSL color Cylindrical-coordinate representation of color #F2CBEB: hue angle of 310.77º 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 #F2CBEB is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 235 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.05 |
| HSL | 310.77º | 0.6% | 0.87% | - |
| HSV(B) | 310.77º | 0.16% | 0.95% | - |
| XYZ | 72.97 | 67.59 | 87.8 | - |
| YUV | 218.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 235 | 0 | 0.16 | 0.03 | 0.05 | 310.77 | 0.6 | 0.87 |
| Hex | F2 | CB | EB | 0 | 10 | 3 | 5 | 137 | 3C | 57 |
| Octal | 362 | 313 | 353 | 0 | 20 | 3 | 5 | 467 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11101011 | 0 | 10000 | 11 | 101 | 100110111 | 111100 | 1010111 |
Color Harmonies of #F2CBEB
Complementary color
Monochromatic Colors of #F2CBEB
Black with #F2CBEB
Text Example
Text Example
White with #F2CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBEB; }
p { color: rgb(242,203,235); }
H1.HeaderClassName
{
color: #F2CBEB;
}
.AnyTagClassName
{
color: #F2CBEB;
}
</style>
background-color css
<style>
a { background-color: #F2CBEB; }
a { background-color: rgb(242,203,235); }
div.DivClassName
{
background-color: #F2CBEB;
}
.BgClassName
{
background-color: #F2CBEB;
}
</style>
border-color css
<style>
span { border-color: #F2CBEB; }
span { border-color: rgb(242,203,235); }
td.TdClassName
{
border-color: #F2CBEB;
}
.TagClassName
{
border-color: #F2CBEB;
}
</style>