Shades of Snuff #F5CCF2
Tints of Snuff #F5CCF2
RGB
CMYK
RGB Variations
Color information
#F5CCF2 (or 0xF5CCF2) is known color: Snuff. HEX triplet: F5, CC and F2. RGB value is (245,204,242). Sum of RGB (Red+Green+Blue) = 245+204+242=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCF2 is #0A330D. Grayscale: #DCDCDC. Windows color (decimal): -668430 or 15912181. OLE color: 15912181.
HSL color Cylindrical-coordinate representation of color #F5CCF2: hue angle of 304.39º 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 #F5CCF2 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 242 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.04 |
| HSL | 304.39º | 0.67% | 0.88% | - |
| HSV(B) | 304.39º | 0.17% | 0.96% | - |
| XYZ | 75.28 | 69.01 | 93.36 | - |
| YUV | 220.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 242 | 0 | 0.17 | 0.01 | 0.04 | 304.39 | 0.67 | 0.88 |
| Hex | F5 | CC | F2 | 0 | 11 | 1 | 4 | 130 | 43 | 58 |
| Octal | 365 | 314 | 362 | 0 | 21 | 1 | 4 | 460 | 103 | 130 |
| Binary | 11110101 | 11001100 | 11110010 | 0 | 10001 | 1 | 100 | 100110000 | 1000011 | 1011000 |
Color Harmonies of #F5CCF2
Complementary color
Monochromatic Colors of #F5CCF2
Black with #F5CCF2
Text Example
Text Example
White with #F5CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCF2; }
p { color: rgb(245,204,242); }
H1.HeaderClassName
{
color: #F5CCF2;
}
.AnyTagClassName
{
color: #F5CCF2;
}
</style>
background-color css
<style>
a { background-color: #F5CCF2; }
a { background-color: rgb(245,204,242); }
div.DivClassName
{
background-color: #F5CCF2;
}
.BgClassName
{
background-color: #F5CCF2;
}
</style>
border-color css
<style>
span { border-color: #F5CCF2; }
span { border-color: rgb(245,204,242); }
td.TdClassName
{
border-color: #F5CCF2;
}
.TagClassName
{
border-color: #F5CCF2;
}
</style>