Shades of Snuff #FFC7FB
Tints of Snuff #FFC7FB
RGB
CMYK
RGB Variations
Color information
#FFC7FB (or 0xFFC7FB) is known color: Snuff. HEX triplet: FF, C7 and FB. RGB value is (255,199,251). Sum of RGB (Red+Green+Blue) = 255+199+251=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 199 (78.12% from 255 or 28.23% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7FB is #003804. Grayscale: #DDDDDD. Windows color (decimal): -14341 or 16500735. OLE color: 16500735.
HSL color Cylindrical-coordinate representation of color #FFC7FB: hue angle of 304.29º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7FB is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 251 | - |
| CMYK | 0 | 0.22 | 0.02 | 0 |
| HSL | 304.29º | 1% | 0.89% | - |
| HSV(B) | 304.29º | 0.22% | 1% | - |
| XYZ | 79.08 | 69.07 | 100.43 | - |
| YUV | 221.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 251 | 0 | 0.22 | 0.02 | 0 | 304.29 | 1 | 0.89 |
| Hex | FF | C7 | FB | 0 | 16 | 2 | 0 | 130 | 64 | 59 |
| Octal | 377 | 307 | 373 | 0 | 26 | 2 | 0 | 460 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11111011 | 0 | 10110 | 10 | 0 | 100110000 | 1100100 | 1011001 |
Color Harmonies of #FFC7FB
Complementary color
Monochromatic Colors of #FFC7FB
Black with #FFC7FB
Text Example
Text Example
White with #FFC7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7FB; }
p { color: rgb(255,199,251); }
H1.HeaderClassName
{
color: #FFC7FB;
}
.AnyTagClassName
{
color: #FFC7FB;
}
</style>
background-color css
<style>
a { background-color: #FFC7FB; }
a { background-color: rgb(255,199,251); }
div.DivClassName
{
background-color: #FFC7FB;
}
.BgClassName
{
background-color: #FFC7FB;
}
</style>
border-color css
<style>
span { border-color: #FFC7FB; }
span { border-color: rgb(255,199,251); }
td.TdClassName
{
border-color: #FFC7FB;
}
.TagClassName
{
border-color: #FFC7FB;
}
</style>