Shades of Snuff #FFC1FC
Tints of Snuff #FFC1FC
RGB
CMYK
RGB Variations
Color information
#FFC1FC (or 0xFFC1FC) is known color: Snuff. HEX triplet: FF, C1 and FC. RGB value is (255,193,252). Sum of RGB (Red+Green+Blue) = 255+193+252=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 193 (75.78% from 255 or 27.57% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1FC is #003E03. Grayscale: #DADADA. Windows color (decimal): -15876 or 16564735. OLE color: 16564735.
HSL color Cylindrical-coordinate representation of color #FFC1FC: hue angle of 302.9º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC1FC is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 252 | - |
| CMYK | 0 | 0.24 | 0.01 | 0 |
| HSL | 302.9º | 1% | 0.88% | - |
| HSV(B) | 302.9º | 0.24% | 1% | - |
| XYZ | 77.88 | 66.43 | 100.81 | - |
| YUV | 218.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 252 | 0 | 0.24 | 0.01 | 0 | 302.9 | 1 | 0.88 |
| Hex | FF | C1 | FC | 0 | 18 | 1 | 0 | 12F | 64 | 58 |
| Octal | 377 | 301 | 374 | 0 | 30 | 1 | 0 | 457 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11111100 | 0 | 11000 | 1 | 0 | 100101111 | 1100100 | 1011000 |
Color Harmonies of #FFC1FC
Complementary color
Monochromatic Colors of #FFC1FC
Black with #FFC1FC
Text Example
Text Example
White with #FFC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1FC; }
p { color: rgb(255,193,252); }
H1.HeaderClassName
{
color: #FFC1FC;
}
.AnyTagClassName
{
color: #FFC1FC;
}
</style>
background-color css
<style>
a { background-color: #FFC1FC; }
a { background-color: rgb(255,193,252); }
div.DivClassName
{
background-color: #FFC1FC;
}
.BgClassName
{
background-color: #FFC1FC;
}
</style>
border-color css
<style>
span { border-color: #FFC1FC; }
span { border-color: rgb(255,193,252); }
td.TdClassName
{
border-color: #FFC1FC;
}
.TagClassName
{
border-color: #FFC1FC;
}
</style>