Shades of Snuff #FCC7F3
Tints of Snuff #FCC7F3
RGB
CMYK
RGB Variations
Color information
#FCC7F3 (or 0xFCC7F3) is known color: Snuff. HEX triplet: FC, C7 and F3. RGB value is (252,199,243). Sum of RGB (Red+Green+Blue) = 252+199+243=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 199 (78.12% from 255 or 28.67% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7F3 is #03380C. Grayscale: #DBDBDB. Windows color (decimal): -210957 or 15976444. OLE color: 15976444.
HSL color Cylindrical-coordinate representation of color #FCC7F3: hue angle of 310.19º 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 #FCC7F3 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 243 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.01 |
| HSL | 310.19º | 0.9% | 0.88% | - |
| HSV(B) | 310.19º | 0.21% | 0.99% | - |
| XYZ | 76.75 | 68.01 | 93.88 | - |
| YUV | 219.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 243 | 0 | 0.21 | 0.04 | 0.01 | 310.19 | 0.9 | 0.88 |
| Hex | FC | C7 | F3 | 0 | 15 | 4 | 1 | 136 | 5A | 58 |
| Octal | 374 | 307 | 363 | 0 | 25 | 4 | 1 | 466 | 132 | 130 |
| Binary | 11111100 | 11000111 | 11110011 | 0 | 10101 | 100 | 1 | 100110110 | 1011010 | 1011000 |
Color Harmonies of #FCC7F3
Complementary color
Monochromatic Colors of #FCC7F3
Black with #FCC7F3
Text Example
Text Example
White with #FCC7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7F3; }
p { color: rgb(252,199,243); }
H1.HeaderClassName
{
color: #FCC7F3;
}
.AnyTagClassName
{
color: #FCC7F3;
}
</style>
background-color css
<style>
a { background-color: #FCC7F3; }
a { background-color: rgb(252,199,243); }
div.DivClassName
{
background-color: #FCC7F3;
}
.BgClassName
{
background-color: #FCC7F3;
}
</style>
border-color css
<style>
span { border-color: #FCC7F3; }
span { border-color: rgb(252,199,243); }
td.TdClassName
{
border-color: #FCC7F3;
}
.TagClassName
{
border-color: #FCC7F3;
}
</style>