Shades of Snuff #FCC7F7
Tints of Snuff #FCC7F7
RGB
CMYK
RGB Variations
Color information
#FCC7F7 (or 0xFCC7F7) is known color: Snuff. HEX triplet: FC, C7 and F7. RGB value is (252,199,247). Sum of RGB (Red+Green+Blue) = 252+199+247=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 199 (78.12% from 255 or 28.51% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7F7 is #033808. Grayscale: #DCDCDC. Windows color (decimal): -210953 or 16238588. OLE color: 16238588.
HSL color Cylindrical-coordinate representation of color #FCC7F7: hue angle of 305.66º 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 #FCC7F7 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 247 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.01 |
| HSL | 305.66º | 0.9% | 0.88% | - |
| HSV(B) | 305.66º | 0.21% | 0.99% | - |
| XYZ | 77.36 | 68.26 | 97.09 | - |
| YUV | 220.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 247 | 0 | 0.21 | 0.02 | 0.01 | 305.66 | 0.9 | 0.88 |
| Hex | FC | C7 | F7 | 0 | 15 | 2 | 1 | 132 | 5A | 58 |
| Octal | 374 | 307 | 367 | 0 | 25 | 2 | 1 | 462 | 132 | 130 |
| Binary | 11111100 | 11000111 | 11110111 | 0 | 10101 | 10 | 1 | 100110010 | 1011010 | 1011000 |
Color Harmonies of #FCC7F7
Complementary color
Monochromatic Colors of #FCC7F7
Black with #FCC7F7
Text Example
Text Example
White with #FCC7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7F7; }
p { color: rgb(252,199,247); }
H1.HeaderClassName
{
color: #FCC7F7;
}
.AnyTagClassName
{
color: #FCC7F7;
}
</style>
background-color css
<style>
a { background-color: #FCC7F7; }
a { background-color: rgb(252,199,247); }
div.DivClassName
{
background-color: #FCC7F7;
}
.BgClassName
{
background-color: #FCC7F7;
}
</style>
border-color css
<style>
span { border-color: #FCC7F7; }
span { border-color: rgb(252,199,247); }
td.TdClassName
{
border-color: #FCC7F7;
}
.TagClassName
{
border-color: #FCC7F7;
}
</style>