Shades of Snuff #FCC5F5
Tints of Snuff #FCC5F5
RGB
CMYK
RGB Variations
Color information
#FCC5F5 (or 0xFCC5F5) is known color: Snuff. HEX triplet: FC, C5 and F5. RGB value is (252,197,245). Sum of RGB (Red+Green+Blue) = 252+197+245=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 197 (77.34% from 255 or 28.39% from 694); Blue value is 245 (96.09% from 255 or 35.30% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5F5 is #033A0A. Grayscale: #DADADA. Windows color (decimal): -211467 or 16107004. OLE color: 16107004.
HSL color Cylindrical-coordinate representation of color #FCC5F5: hue angle of 307.64º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5F5 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 245 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.01 |
| HSL | 307.64º | 0.9% | 0.88% | - |
| HSV(B) | 307.64º | 0.22% | 0.99% | - |
| XYZ | 76.59 | 67.22 | 95.32 | - |
| YUV | 218.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 245 | 0 | 0.22 | 0.03 | 0.01 | 307.64 | 0.9 | 0.88 |
| Hex | FC | C5 | F5 | 0 | 16 | 3 | 1 | 134 | 5A | 58 |
| Octal | 374 | 305 | 365 | 0 | 26 | 3 | 1 | 464 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11110101 | 0 | 10110 | 11 | 1 | 100110100 | 1011010 | 1011000 |
Color Harmonies of #FCC5F5
Complementary color
Monochromatic Colors of #FCC5F5
Black with #FCC5F5
Text Example
Text Example
White with #FCC5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5F5; }
p { color: rgb(252,197,245); }
H1.HeaderClassName
{
color: #FCC5F5;
}
.AnyTagClassName
{
color: #FCC5F5;
}
</style>
background-color css
<style>
a { background-color: #FCC5F5; }
a { background-color: rgb(252,197,245); }
div.DivClassName
{
background-color: #FCC5F5;
}
.BgClassName
{
background-color: #FCC5F5;
}
</style>
border-color css
<style>
span { border-color: #FCC5F5; }
span { border-color: rgb(252,197,245); }
td.TdClassName
{
border-color: #FCC5F5;
}
.TagClassName
{
border-color: #FCC5F5;
}
</style>