Shades of Snuff #FFC1FA
Tints of Snuff #FFC1FA
RGB
CMYK
RGB Variations
Color information
#FFC1FA (or 0xFFC1FA) is known color: Snuff. HEX triplet: FF, C1 and FA. RGB value is (255,193,250). Sum of RGB (Red+Green+Blue) = 255+193+250=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 193 (75.78% from 255 or 27.65% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1FA is #003E05. Grayscale: #D9D9D9. Windows color (decimal): -15878 or 16433663. OLE color: 16433663.
HSL color Cylindrical-coordinate representation of color #FFC1FA: hue angle of 304.84º 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 #FFC1FA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 250 | - |
| CMYK | 0 | 0.24 | 0.02 | 0 |
| HSL | 304.84º | 1% | 0.88% | - |
| HSV(B) | 304.84º | 0.24% | 1% | - |
| XYZ | 77.57 | 66.3 | 99.15 | - |
| YUV | 218.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 250 | 0 | 0.24 | 0.02 | 0 | 304.84 | 1 | 0.88 |
| Hex | FF | C1 | FA | 0 | 18 | 2 | 0 | 131 | 64 | 58 |
| Octal | 377 | 301 | 372 | 0 | 30 | 2 | 0 | 461 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11111010 | 0 | 11000 | 10 | 0 | 100110001 | 1100100 | 1011000 |
Color Harmonies of #FFC1FA
Complementary color
Monochromatic Colors of #FFC1FA
Black with #FFC1FA
Text Example
Text Example
White with #FFC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1FA; }
p { color: rgb(255,193,250); }
H1.HeaderClassName
{
color: #FFC1FA;
}
.AnyTagClassName
{
color: #FFC1FA;
}
</style>
background-color css
<style>
a { background-color: #FFC1FA; }
a { background-color: rgb(255,193,250); }
div.DivClassName
{
background-color: #FFC1FA;
}
.BgClassName
{
background-color: #FFC1FA;
}
</style>
border-color css
<style>
span { border-color: #FFC1FA; }
span { border-color: rgb(255,193,250); }
td.TdClassName
{
border-color: #FFC1FA;
}
.TagClassName
{
border-color: #FFC1FA;
}
</style>