Shades of Snuff #FDC7FF
Tints of Snuff #FDC7FF
RGB
CMYK
RGB Variations
Color information
#FDC7FF (or 0xFDC7FF) is known color: Snuff. HEX triplet: FD, C7 and FF. RGB value is (253,199,255). Sum of RGB (Red+Green+Blue) = 253+199+255=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 199 (78.12% from 255 or 28.15% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7FF is #023800. Grayscale: #DDDDDD. Windows color (decimal): -145409 or 16762877. OLE color: 16762877.
HSL color Cylindrical-coordinate representation of color #FDC7FF: hue angle of 297.86º 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 #FDC7FF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 199 | 255 | - |
| CMYK | 0.01 | 0.22 | 0 | 0 |
| HSL | 297.86º | 1% | 0.89% | - |
| HSV(B) | 297.86º | 0.22% | 1% | - |
| XYZ | 78.98 | 68.95 | 103.75 | - |
| YUV | 221.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 255 | 0.01 | 0.22 | 0 | 0 | 297.86 | 1 | 0.89 |
| Hex | FD | C7 | FF | 1 | 16 | 0 | 0 | 12A | 64 | 59 |
| Octal | 375 | 307 | 377 | 1 | 26 | 0 | 0 | 452 | 144 | 131 |
| Binary | 11111101 | 11000111 | 11111111 | 1 | 10110 | 0 | 0 | 100101010 | 1100100 | 1011001 |
Color Harmonies of #FDC7FF
Complementary color
Monochromatic Colors of #FDC7FF
Black with #FDC7FF
Text Example
Text Example
White with #FDC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7FF; }
p { color: rgb(253,199,255); }
H1.HeaderClassName
{
color: #FDC7FF;
}
.AnyTagClassName
{
color: #FDC7FF;
}
</style>
background-color css
<style>
a { background-color: #FDC7FF; }
a { background-color: rgb(253,199,255); }
div.DivClassName
{
background-color: #FDC7FF;
}
.BgClassName
{
background-color: #FDC7FF;
}
</style>
border-color css
<style>
span { border-color: #FDC7FF; }
span { border-color: rgb(253,199,255); }
td.TdClassName
{
border-color: #FDC7FF;
}
.TagClassName
{
border-color: #FDC7FF;
}
</style>