Shades of Snuff #F5CFEE
Tints of Snuff #F5CFEE
RGB
CMYK
RGB Variations
Color information
#F5CFEE (or 0xF5CFEE) is known color: Snuff. HEX triplet: F5, CF and EE. RGB value is (245,207,238). Sum of RGB (Red+Green+Blue) = 245+207+238=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFEE is #0A3011. Grayscale: #DDDDDD. Windows color (decimal): -667666 or 15650805. OLE color: 15650805.
HSL color Cylindrical-coordinate representation of color #F5CFEE: hue angle of 311.05º 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 #F5CFEE is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 238 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.04 |
| HSL | 311.05º | 0.66% | 0.89% | - |
| HSV(B) | 311.05º | 0.16% | 0.96% | - |
| XYZ | 75.4 | 70.21 | 90.47 | - |
| YUV | 221.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 238 | 0 | 0.16 | 0.03 | 0.04 | 311.05 | 0.66 | 0.89 |
| Hex | F5 | CF | EE | 0 | 10 | 3 | 4 | 137 | 42 | 59 |
| Octal | 365 | 317 | 356 | 0 | 20 | 3 | 4 | 467 | 102 | 131 |
| Binary | 11110101 | 11001111 | 11101110 | 0 | 10000 | 11 | 100 | 100110111 | 1000010 | 1011001 |
Color Harmonies of #F5CFEE
Complementary color
Monochromatic Colors of #F5CFEE
Black with #F5CFEE
Text Example
Text Example
White with #F5CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFEE; }
p { color: rgb(245,207,238); }
H1.HeaderClassName
{
color: #F5CFEE;
}
.AnyTagClassName
{
color: #F5CFEE;
}
</style>
background-color css
<style>
a { background-color: #F5CFEE; }
a { background-color: rgb(245,207,238); }
div.DivClassName
{
background-color: #F5CFEE;
}
.BgClassName
{
background-color: #F5CFEE;
}
</style>
border-color css
<style>
span { border-color: #F5CFEE; }
span { border-color: rgb(245,207,238); }
td.TdClassName
{
border-color: #F5CFEE;
}
.TagClassName
{
border-color: #F5CFEE;
}
</style>