Shades of Snuff #F5CFED
Tints of Snuff #F5CFED
RGB
CMYK
RGB Variations
Color information
#F5CFED (or 0xF5CFED) is known color: Snuff. HEX triplet: F5, CF and ED. RGB value is (245,207,237). Sum of RGB (Red+Green+Blue) = 245+207+237=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFED is #0A3012. Grayscale: #DDDDDD. Windows color (decimal): -667667 or 15585269. OLE color: 15585269.
HSL color Cylindrical-coordinate representation of color #F5CFED: hue angle of 312.63º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CFED is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 237 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.04 |
| HSL | 312.63º | 0.66% | 0.89% | - |
| HSV(B) | 312.63º | 0.16% | 0.96% | - |
| XYZ | 75.26 | 70.15 | 89.7 | - |
| YUV | 221.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 237 | 0 | 0.16 | 0.03 | 0.04 | 312.63 | 0.66 | 0.89 |
| Hex | F5 | CF | ED | 0 | 10 | 3 | 4 | 139 | 42 | 59 |
| Octal | 365 | 317 | 355 | 0 | 20 | 3 | 4 | 471 | 102 | 131 |
| Binary | 11110101 | 11001111 | 11101101 | 0 | 10000 | 11 | 100 | 100111001 | 1000010 | 1011001 |
Color Harmonies of #F5CFED
Complementary color
Monochromatic Colors of #F5CFED
Black with #F5CFED
Text Example
Text Example
White with #F5CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFED; }
p { color: rgb(245,207,237); }
H1.HeaderClassName
{
color: #F5CFED;
}
.AnyTagClassName
{
color: #F5CFED;
}
</style>
background-color css
<style>
a { background-color: #F5CFED; }
a { background-color: rgb(245,207,237); }
div.DivClassName
{
background-color: #F5CFED;
}
.BgClassName
{
background-color: #F5CFED;
}
</style>
border-color css
<style>
span { border-color: #F5CFED; }
span { border-color: rgb(245,207,237); }
td.TdClassName
{
border-color: #F5CFED;
}
.TagClassName
{
border-color: #F5CFED;
}
</style>