Shades of Snuff #F3CBED
Tints of Snuff #F3CBED
RGB
CMYK
RGB Variations
Color information
#F3CBED (or 0xF3CBED) is known color: Snuff. HEX triplet: F3, CB and ED. RGB value is (243,203,237). Sum of RGB (Red+Green+Blue) = 243+203+237=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CBED is #0C3412. Grayscale: #DADADA. Windows color (decimal): -799763 or 15584243. OLE color: 15584243.
HSL color Cylindrical-coordinate representation of color #F3CBED: hue angle of 309º degrees, saturation: 0.62, 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 #F3CBED is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 237 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.05 |
| HSL | 309º | 0.63% | 0.87% | - |
| HSV(B) | 309º | 0.16% | 0.95% | - |
| XYZ | 73.6 | 67.88 | 89.34 | - |
| YUV | 218.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 237 | 0 | 0.16 | 0.02 | 0.05 | 309 | 0.63 | 0.87 |
| Hex | F3 | CB | ED | 0 | 10 | 2 | 5 | 135 | 3E | 57 |
| Octal | 363 | 313 | 355 | 0 | 20 | 2 | 5 | 465 | 76 | 127 |
| Binary | 11110011 | 11001011 | 11101101 | 0 | 10000 | 10 | 101 | 100110101 | 111110 | 1010111 |
Color Harmonies of #F3CBED
Complementary color
Monochromatic Colors of #F3CBED
Black with #F3CBED
Text Example
Text Example
White with #F3CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBED; }
p { color: rgb(243,203,237); }
H1.HeaderClassName
{
color: #F3CBED;
}
.AnyTagClassName
{
color: #F3CBED;
}
</style>
background-color css
<style>
a { background-color: #F3CBED; }
a { background-color: rgb(243,203,237); }
div.DivClassName
{
background-color: #F3CBED;
}
.BgClassName
{
background-color: #F3CBED;
}
</style>
border-color css
<style>
span { border-color: #F3CBED; }
span { border-color: rgb(243,203,237); }
td.TdClassName
{
border-color: #F3CBED;
}
.TagClassName
{
border-color: #F3CBED;
}
</style>