Shades of Snuff #FDC7FB
Tints of Snuff #FDC7FB
RGB
CMYK
RGB Variations
Color information
#FDC7FB (or 0xFDC7FB) is known color: Snuff. HEX triplet: FD, C7 and FB. RGB value is (253,199,251). Sum of RGB (Red+Green+Blue) = 253+199+251=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 199 (78.12% from 255 or 28.31% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7FB is #023804. Grayscale: #DCDCDC. Windows color (decimal): -145413 or 16500733. OLE color: 16500733.
HSL color Cylindrical-coordinate representation of color #FDC7FB: hue angle of 302.22º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7FB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 251 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.01 |
| HSL | 302.22º | 0.93% | 0.89% | - |
| HSV(B) | 302.22º | 0.21% | 0.99% | - |
| XYZ | 78.34 | 68.69 | 100.4 | - |
| YUV | 221.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 251 | 0 | 0.21 | 0.01 | 0.01 | 302.22 | 0.93 | 0.89 |
| Hex | FD | C7 | FB | 0 | 15 | 1 | 1 | 12E | 5D | 59 |
| Octal | 375 | 307 | 373 | 0 | 25 | 1 | 1 | 456 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11111011 | 0 | 10101 | 1 | 1 | 100101110 | 1011101 | 1011001 |
Color Harmonies of #FDC7FB
Complementary color
Monochromatic Colors of #FDC7FB
Black with #FDC7FB
Text Example
Text Example
White with #FDC7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7FB; }
p { color: rgb(253,199,251); }
H1.HeaderClassName
{
color: #FDC7FB;
}
.AnyTagClassName
{
color: #FDC7FB;
}
</style>
background-color css
<style>
a { background-color: #FDC7FB; }
a { background-color: rgb(253,199,251); }
div.DivClassName
{
background-color: #FDC7FB;
}
.BgClassName
{
background-color: #FDC7FB;
}
</style>
border-color css
<style>
span { border-color: #FDC7FB; }
span { border-color: rgb(253,199,251); }
td.TdClassName
{
border-color: #FDC7FB;
}
.TagClassName
{
border-color: #FDC7FB;
}
</style>