Shades of Snuff #FCC8FE
Tints of Snuff #FCC8FE
RGB
CMYK
RGB Variations
Color information
#FCC8FE (or 0xFCC8FE) is known color: Snuff. HEX triplet: FC, C8 and FE. RGB value is (252,200,254). Sum of RGB (Red+Green+Blue) = 252+200+254=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 200 (78.52% from 255 or 28.33% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8FE is #033701. Grayscale: #DDDDDD. Windows color (decimal): -210690 or 16697596. OLE color: 16697596.
HSL color Cylindrical-coordinate representation of color #FCC8FE: hue angle of 297.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8FE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 200 | 254 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.00 |
| HSL | 297.78º | 0.96% | 0.89% | - |
| HSV(B) | 297.78º | 0.21% | 1% | - |
| XYZ | 78.69 | 69.16 | 102.97 | - |
| YUV | 221.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 254 | 0.01 | 0.21 | 0 | 0.00 | 297.78 | 0.96 | 0.89 |
| Hex | FC | C8 | FE | 1 | 15 | 0 | 0 | 12A | 60 | 59 |
| Octal | 374 | 310 | 376 | 1 | 25 | 0 | 0 | 452 | 140 | 131 |
| Binary | 11111100 | 11001000 | 11111110 | 1 | 10101 | 0 | 0 | 100101010 | 1100000 | 1011001 |
Color Harmonies of #FCC8FE
Complementary color
Monochromatic Colors of #FCC8FE
Black with #FCC8FE
Text Example
Text Example
White with #FCC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8FE; }
p { color: rgb(252,200,254); }
H1.HeaderClassName
{
color: #FCC8FE;
}
.AnyTagClassName
{
color: #FCC8FE;
}
</style>
background-color css
<style>
a { background-color: #FCC8FE; }
a { background-color: rgb(252,200,254); }
div.DivClassName
{
background-color: #FCC8FE;
}
.BgClassName
{
background-color: #FCC8FE;
}
</style>
border-color css
<style>
span { border-color: #FCC8FE; }
span { border-color: rgb(252,200,254); }
td.TdClassName
{
border-color: #FCC8FE;
}
.TagClassName
{
border-color: #FCC8FE;
}
</style>