Shades of Snuff #FCC8F3
Tints of Snuff #FCC8F3
RGB
CMYK
RGB Variations
Color information
#FCC8F3 (or 0xFCC8F3) is known color: Snuff. HEX triplet: FC, C8 and F3. RGB value is (252,200,243). Sum of RGB (Red+Green+Blue) = 252+200+243=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 200 (78.52% from 255 or 28.78% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8F3 is #03370C. Grayscale: #DCDCDC. Windows color (decimal): -210701 or 15976700. OLE color: 15976700.
HSL color Cylindrical-coordinate representation of color #FCC8F3: hue angle of 310.38º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8F3 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 243 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.01 |
| HSL | 310.38º | 0.9% | 0.89% | - |
| HSV(B) | 310.38º | 0.21% | 0.99% | - |
| XYZ | 76.98 | 68.48 | 93.95 | - |
| YUV | 220.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 243 | 0 | 0.21 | 0.04 | 0.01 | 310.38 | 0.9 | 0.89 |
| Hex | FC | C8 | F3 | 0 | 15 | 4 | 1 | 136 | 5A | 59 |
| Octal | 374 | 310 | 363 | 0 | 25 | 4 | 1 | 466 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11110011 | 0 | 10101 | 100 | 1 | 100110110 | 1011010 | 1011001 |
Color Harmonies of #FCC8F3
Complementary color
Monochromatic Colors of #FCC8F3
Black with #FCC8F3
Text Example
Text Example
White with #FCC8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8F3; }
p { color: rgb(252,200,243); }
H1.HeaderClassName
{
color: #FCC8F3;
}
.AnyTagClassName
{
color: #FCC8F3;
}
</style>
background-color css
<style>
a { background-color: #FCC8F3; }
a { background-color: rgb(252,200,243); }
div.DivClassName
{
background-color: #FCC8F3;
}
.BgClassName
{
background-color: #FCC8F3;
}
</style>
border-color css
<style>
span { border-color: #FCC8F3; }
span { border-color: rgb(252,200,243); }
td.TdClassName
{
border-color: #FCC8F3;
}
.TagClassName
{
border-color: #FCC8F3;
}
</style>