Shades of Snuff #FFC5FB
Tints of Snuff #FFC5FB
RGB
CMYK
RGB Variations
Color information
#FFC5FB (or 0xFFC5FB) is known color: Snuff. HEX triplet: FF, C5 and FB. RGB value is (255,197,251). Sum of RGB (Red+Green+Blue) = 255+197+251=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 197 (77.34% from 255 or 28.02% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5FB is #003A04. Grayscale: #DCDCDC. Windows color (decimal): -14853 or 16500223. OLE color: 16500223.
HSL color Cylindrical-coordinate representation of color #FFC5FB: hue angle of 304.14º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5FB is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 251 | - |
| CMYK | 0 | 0.23 | 0.02 | 0 |
| HSL | 304.14º | 1% | 0.89% | - |
| HSV(B) | 304.14º | 0.23% | 1% | - |
| XYZ | 78.62 | 68.16 | 100.28 | - |
| YUV | 220.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 251 | 0 | 0.23 | 0.02 | 0 | 304.14 | 1 | 0.89 |
| Hex | FF | C5 | FB | 0 | 17 | 2 | 0 | 130 | 64 | 59 |
| Octal | 377 | 305 | 373 | 0 | 27 | 2 | 0 | 460 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11111011 | 0 | 10111 | 10 | 0 | 100110000 | 1100100 | 1011001 |
Color Harmonies of #FFC5FB
Complementary color
Monochromatic Colors of #FFC5FB
Black with #FFC5FB
Text Example
Text Example
White with #FFC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5FB; }
p { color: rgb(255,197,251); }
H1.HeaderClassName
{
color: #FFC5FB;
}
.AnyTagClassName
{
color: #FFC5FB;
}
</style>
background-color css
<style>
a { background-color: #FFC5FB; }
a { background-color: rgb(255,197,251); }
div.DivClassName
{
background-color: #FFC5FB;
}
.BgClassName
{
background-color: #FFC5FB;
}
</style>
border-color css
<style>
span { border-color: #FFC5FB; }
span { border-color: rgb(255,197,251); }
td.TdClassName
{
border-color: #FFC5FB;
}
.TagClassName
{
border-color: #FFC5FB;
}
</style>