Shades of Snuff #FFC1FB
Tints of Snuff #FFC1FB
RGB
CMYK
RGB Variations
Color information
#FFC1FB (or 0xFFC1FB) is known color: Snuff. HEX triplet: FF, C1 and FB. RGB value is (255,193,251). Sum of RGB (Red+Green+Blue) = 255+193+251=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 193 (75.78% from 255 or 27.61% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1FB is #003E04. Grayscale: #D9D9D9. Windows color (decimal): -15877 or 16499199. OLE color: 16499199.
HSL color Cylindrical-coordinate representation of color #FFC1FB: hue angle of 303.87º 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 #FFC1FB is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 251 | - |
| CMYK | 0 | 0.24 | 0.02 | 0 |
| HSL | 303.87º | 1% | 0.88% | - |
| HSV(B) | 303.87º | 0.24% | 1% | - |
| XYZ | 77.72 | 66.36 | 99.98 | - |
| YUV | 218.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 251 | 0 | 0.24 | 0.02 | 0 | 303.87 | 1 | 0.88 |
| Hex | FF | C1 | FB | 0 | 18 | 2 | 0 | 130 | 64 | 58 |
| Octal | 377 | 301 | 373 | 0 | 30 | 2 | 0 | 460 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11111011 | 0 | 11000 | 10 | 0 | 100110000 | 1100100 | 1011000 |
Color Harmonies of #FFC1FB
Complementary color
Monochromatic Colors of #FFC1FB
Black with #FFC1FB
Text Example
Text Example
White with #FFC1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1FB; }
p { color: rgb(255,193,251); }
H1.HeaderClassName
{
color: #FFC1FB;
}
.AnyTagClassName
{
color: #FFC1FB;
}
</style>
background-color css
<style>
a { background-color: #FFC1FB; }
a { background-color: rgb(255,193,251); }
div.DivClassName
{
background-color: #FFC1FB;
}
.BgClassName
{
background-color: #FFC1FB;
}
</style>
border-color css
<style>
span { border-color: #FFC1FB; }
span { border-color: rgb(255,193,251); }
td.TdClassName
{
border-color: #FFC1FB;
}
.TagClassName
{
border-color: #FFC1FB;
}
</style>