Shades of Snuff #FCC9F5
Tints of Snuff #FCC9F5
RGB
CMYK
RGB Variations
Color information
#FCC9F5 (or 0xFCC9F5) is known color: Snuff. HEX triplet: FC, C9 and F5. RGB value is (252,201,245). Sum of RGB (Red+Green+Blue) = 252+201+245=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 201 (78.91% from 255 or 28.80% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9F5 is #03360A. Grayscale: #DDDDDD. Windows color (decimal): -210443 or 16108028. OLE color: 16108028.
HSL color Cylindrical-coordinate representation of color #FCC9F5: hue angle of 308.24º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCC9F5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 245 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.01 |
| HSL | 308.24º | 0.89% | 0.89% | - |
| HSV(B) | 308.24º | 0.2% | 0.99% | - |
| XYZ | 77.51 | 69.06 | 95.63 | - |
| YUV | 221.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 245 | 0 | 0.20 | 0.03 | 0.01 | 308.24 | 0.89 | 0.89 |
| Hex | FC | C9 | F5 | 0 | 14 | 3 | 1 | 134 | 59 | 59 |
| Octal | 374 | 311 | 365 | 0 | 24 | 3 | 1 | 464 | 131 | 131 |
| Binary | 11111100 | 11001001 | 11110101 | 0 | 10100 | 11 | 1 | 100110100 | 1011001 | 1011001 |
Color Harmonies of #FCC9F5
Complementary color
Monochromatic Colors of #FCC9F5
Black with #FCC9F5
Text Example
Text Example
White with #FCC9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9F5; }
p { color: rgb(252,201,245); }
H1.HeaderClassName
{
color: #FCC9F5;
}
.AnyTagClassName
{
color: #FCC9F5;
}
</style>
background-color css
<style>
a { background-color: #FCC9F5; }
a { background-color: rgb(252,201,245); }
div.DivClassName
{
background-color: #FCC9F5;
}
.BgClassName
{
background-color: #FCC9F5;
}
</style>
border-color css
<style>
span { border-color: #FCC9F5; }
span { border-color: rgb(252,201,245); }
td.TdClassName
{
border-color: #FCC9F5;
}
.TagClassName
{
border-color: #FCC9F5;
}
</style>