Shades of Snuff #F5CCF1
Tints of Snuff #F5CCF1
RGB
CMYK
RGB Variations
Color information
#F5CCF1 (or 0xF5CCF1) is known color: Snuff. HEX triplet: F5, CC and F1. RGB value is (245,204,241). Sum of RGB (Red+Green+Blue) = 245+204+241=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCF1 is #0A330E. Grayscale: #DCDCDC. Windows color (decimal): -668431 or 15846645. OLE color: 15846645.
HSL color Cylindrical-coordinate representation of color #F5CCF1: hue angle of 305.85º degrees, saturation: 0.67, 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 #F5CCF1 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 241 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.04 |
| HSL | 305.85º | 0.67% | 0.88% | - |
| HSV(B) | 305.85º | 0.17% | 0.96% | - |
| XYZ | 75.13 | 68.95 | 92.57 | - |
| YUV | 220.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 241 | 0 | 0.17 | 0.02 | 0.04 | 305.85 | 0.67 | 0.88 |
| Hex | F5 | CC | F1 | 0 | 11 | 2 | 4 | 132 | 43 | 58 |
| Octal | 365 | 314 | 361 | 0 | 21 | 2 | 4 | 462 | 103 | 130 |
| Binary | 11110101 | 11001100 | 11110001 | 0 | 10001 | 10 | 100 | 100110010 | 1000011 | 1011000 |
Color Harmonies of #F5CCF1
Complementary color
Monochromatic Colors of #F5CCF1
Black with #F5CCF1
Text Example
Text Example
White with #F5CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCF1; }
p { color: rgb(245,204,241); }
H1.HeaderClassName
{
color: #F5CCF1;
}
.AnyTagClassName
{
color: #F5CCF1;
}
</style>
background-color css
<style>
a { background-color: #F5CCF1; }
a { background-color: rgb(245,204,241); }
div.DivClassName
{
background-color: #F5CCF1;
}
.BgClassName
{
background-color: #F5CCF1;
}
</style>
border-color css
<style>
span { border-color: #F5CCF1; }
span { border-color: rgb(245,204,241); }
td.TdClassName
{
border-color: #F5CCF1;
}
.TagClassName
{
border-color: #F5CCF1;
}
</style>