Shades of Snuff #FDC5FB
Tints of Snuff #FDC5FB
RGB
CMYK
RGB Variations
Color information
#FDC5FB (or 0xFDC5FB) is known color: Snuff. HEX triplet: FD, C5 and FB. RGB value is (253,197,251). Sum of RGB (Red+Green+Blue) = 253+197+251=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 197 (77.34% from 255 or 28.10% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5FB is #023A04. Grayscale: #DBDBDB. Windows color (decimal): -145925 or 16500221. OLE color: 16500221.
HSL color Cylindrical-coordinate representation of color #FDC5FB: hue angle of 302.14º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC5FB is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 251 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.01 |
| HSL | 302.14º | 0.93% | 0.88% | - |
| HSV(B) | 302.14º | 0.22% | 0.99% | - |
| XYZ | 77.89 | 67.78 | 100.24 | - |
| YUV | 219.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 251 | 0 | 0.22 | 0.01 | 0.01 | 302.14 | 0.93 | 0.88 |
| Hex | FD | C5 | FB | 0 | 16 | 1 | 1 | 12E | 5D | 58 |
| Octal | 375 | 305 | 373 | 0 | 26 | 1 | 1 | 456 | 135 | 130 |
| Binary | 11111101 | 11000101 | 11111011 | 0 | 10110 | 1 | 1 | 100101110 | 1011101 | 1011000 |
Color Harmonies of #FDC5FB
Complementary color
Monochromatic Colors of #FDC5FB
Black with #FDC5FB
Text Example
Text Example
White with #FDC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5FB; }
p { color: rgb(253,197,251); }
H1.HeaderClassName
{
color: #FDC5FB;
}
.AnyTagClassName
{
color: #FDC5FB;
}
</style>
background-color css
<style>
a { background-color: #FDC5FB; }
a { background-color: rgb(253,197,251); }
div.DivClassName
{
background-color: #FDC5FB;
}
.BgClassName
{
background-color: #FDC5FB;
}
</style>
border-color css
<style>
span { border-color: #FDC5FB; }
span { border-color: rgb(253,197,251); }
td.TdClassName
{
border-color: #FDC5FB;
}
.TagClassName
{
border-color: #FDC5FB;
}
</style>