Shades of Snuff #F0CBEB
Tints of Snuff #F0CBEB
RGB
CMYK
RGB Variations
Color information
#F0CBEB (or 0xF0CBEB) is known color: Snuff. HEX triplet: F0, CB and EB. RGB value is (240,203,235). Sum of RGB (Red+Green+Blue) = 240+203+235=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBEB is #0F3414. Grayscale: #D9D9D9. Windows color (decimal): -996373 or 15453168. OLE color: 15453168.
HSL color Cylindrical-coordinate representation of color #F0CBEB: hue angle of 308.11º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CBEB is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 235 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.06 |
| HSL | 308.11º | 0.55% | 0.87% | - |
| HSV(B) | 308.11º | 0.15% | 0.94% | - |
| XYZ | 72.29 | 67.24 | 87.77 | - |
| YUV | 217.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 235 | 0 | 0.15 | 0.02 | 0.06 | 308.11 | 0.55 | 0.87 |
| Hex | F0 | CB | EB | 0 | F | 2 | 6 | 134 | 37 | 57 |
| Octal | 360 | 313 | 353 | 0 | 17 | 2 | 6 | 464 | 67 | 127 |
| Binary | 11110000 | 11001011 | 11101011 | 0 | 1111 | 10 | 110 | 100110100 | 110111 | 1010111 |
Color Harmonies of #F0CBEB
Complementary color
Monochromatic Colors of #F0CBEB
Black with #F0CBEB
Text Example
Text Example
White with #F0CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBEB; }
p { color: rgb(240,203,235); }
H1.HeaderClassName
{
color: #F0CBEB;
}
.AnyTagClassName
{
color: #F0CBEB;
}
</style>
background-color css
<style>
a { background-color: #F0CBEB; }
a { background-color: rgb(240,203,235); }
div.DivClassName
{
background-color: #F0CBEB;
}
.BgClassName
{
background-color: #F0CBEB;
}
</style>
border-color css
<style>
span { border-color: #F0CBEB; }
span { border-color: rgb(240,203,235); }
td.TdClassName
{
border-color: #F0CBEB;
}
.TagClassName
{
border-color: #F0CBEB;
}
</style>