Shades of Snuff #FCC6F7
Tints of Snuff #FCC6F7
RGB
CMYK
RGB Variations
Color information
#FCC6F7 (or 0xFCC6F7) is known color: Snuff. HEX triplet: FC, C6 and F7. RGB value is (252,198,247). Sum of RGB (Red+Green+Blue) = 252+198+247=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 198 (77.73% from 255 or 28.41% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6F7 is #033908. Grayscale: #DBDBDB. Windows color (decimal): -211209 or 16238332. OLE color: 16238332.
HSL color Cylindrical-coordinate representation of color #FCC6F7: hue angle of 305.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6F7 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 247 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.01 |
| HSL | 305.56º | 0.9% | 0.88% | - |
| HSV(B) | 305.56º | 0.21% | 0.99% | - |
| XYZ | 77.13 | 67.8 | 97.02 | - |
| YUV | 219.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 247 | 0 | 0.21 | 0.02 | 0.01 | 305.56 | 0.9 | 0.88 |
| Hex | FC | C6 | F7 | 0 | 15 | 2 | 1 | 132 | 5A | 58 |
| Octal | 374 | 306 | 367 | 0 | 25 | 2 | 1 | 462 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11110111 | 0 | 10101 | 10 | 1 | 100110010 | 1011010 | 1011000 |
Color Harmonies of #FCC6F7
Complementary color
Monochromatic Colors of #FCC6F7
Black with #FCC6F7
Text Example
Text Example
White with #FCC6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6F7; }
p { color: rgb(252,198,247); }
H1.HeaderClassName
{
color: #FCC6F7;
}
.AnyTagClassName
{
color: #FCC6F7;
}
</style>
background-color css
<style>
a { background-color: #FCC6F7; }
a { background-color: rgb(252,198,247); }
div.DivClassName
{
background-color: #FCC6F7;
}
.BgClassName
{
background-color: #FCC6F7;
}
</style>
border-color css
<style>
span { border-color: #FCC6F7; }
span { border-color: rgb(252,198,247); }
td.TdClassName
{
border-color: #FCC6F7;
}
.TagClassName
{
border-color: #FCC6F7;
}
</style>