Shades of Snuff #F6CBED
Tints of Snuff #F6CBED
RGB
CMYK
RGB Variations
Color information
#F6CBED (or 0xF6CBED) is known color: Snuff. HEX triplet: F6, CB and ED. RGB value is (246,203,237). Sum of RGB (Red+Green+Blue) = 246+203+237=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CBED is #093412. Grayscale: #DBDBDB. Windows color (decimal): -603155 or 15584246. OLE color: 15584246.
HSL color Cylindrical-coordinate representation of color #F6CBED: hue angle of 312.56º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CBED is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 237 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.04 |
| HSL | 312.56º | 0.7% | 0.88% | - |
| HSV(B) | 312.56º | 0.17% | 0.96% | - |
| XYZ | 74.65 | 68.42 | 89.39 | - |
| YUV | 219.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 237 | 0 | 0.17 | 0.04 | 0.04 | 312.56 | 0.7 | 0.88 |
| Hex | F6 | CB | ED | 0 | 11 | 4 | 4 | 139 | 46 | 58 |
| Octal | 366 | 313 | 355 | 0 | 21 | 4 | 4 | 471 | 106 | 130 |
| Binary | 11110110 | 11001011 | 11101101 | 0 | 10001 | 100 | 100 | 100111001 | 1000110 | 1011000 |
Color Harmonies of #F6CBED
Complementary color
Monochromatic Colors of #F6CBED
Black with #F6CBED
Text Example
Text Example
White with #F6CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CBED; }
p { color: rgb(246,203,237); }
H1.HeaderClassName
{
color: #F6CBED;
}
.AnyTagClassName
{
color: #F6CBED;
}
</style>
background-color css
<style>
a { background-color: #F6CBED; }
a { background-color: rgb(246,203,237); }
div.DivClassName
{
background-color: #F6CBED;
}
.BgClassName
{
background-color: #F6CBED;
}
</style>
border-color css
<style>
span { border-color: #F6CBED; }
span { border-color: rgb(246,203,237); }
td.TdClassName
{
border-color: #F6CBED;
}
.TagClassName
{
border-color: #F6CBED;
}
</style>