Shades of Snuff #FDC9FA
Tints of Snuff #FDC9FA
RGB
CMYK
RGB Variations
Color information
#FDC9FA (or 0xFDC9FA) is known color: Snuff. HEX triplet: FD, C9 and FA. RGB value is (253,201,250). Sum of RGB (Red+Green+Blue) = 253+201+250=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 201 (78.91% from 255 or 28.55% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC9FA is #023605. Grayscale: #DDDDDD. Windows color (decimal): -144902 or 16435709. OLE color: 16435709.
HSL color Cylindrical-coordinate representation of color #FDC9FA: hue angle of 303.46º 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 #FDC9FA is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 250 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.01 |
| HSL | 303.46º | 0.93% | 0.89% | - |
| HSV(B) | 303.46º | 0.21% | 0.99% | - |
| XYZ | 78.65 | 69.56 | 99.72 | - |
| YUV | 222.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 250 | 0 | 0.21 | 0.01 | 0.01 | 303.46 | 0.93 | 0.89 |
| Hex | FD | C9 | FA | 0 | 15 | 1 | 1 | 12F | 5D | 59 |
| Octal | 375 | 311 | 372 | 0 | 25 | 1 | 1 | 457 | 135 | 131 |
| Binary | 11111101 | 11001001 | 11111010 | 0 | 10101 | 1 | 1 | 100101111 | 1011101 | 1011001 |
Color Harmonies of #FDC9FA
Complementary color
Monochromatic Colors of #FDC9FA
Black with #FDC9FA
Text Example
Text Example
White with #FDC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9FA; }
p { color: rgb(253,201,250); }
H1.HeaderClassName
{
color: #FDC9FA;
}
.AnyTagClassName
{
color: #FDC9FA;
}
</style>
background-color css
<style>
a { background-color: #FDC9FA; }
a { background-color: rgb(253,201,250); }
div.DivClassName
{
background-color: #FDC9FA;
}
.BgClassName
{
background-color: #FDC9FA;
}
</style>
border-color css
<style>
span { border-color: #FDC9FA; }
span { border-color: rgb(253,201,250); }
td.TdClassName
{
border-color: #FDC9FA;
}
.TagClassName
{
border-color: #FDC9FA;
}
</style>