Shades of Snuff #FDC1FA
Tints of Snuff #FDC1FA
RGB
CMYK
RGB Variations
Color information
#FDC1FA (or 0xFDC1FA) is known color: Snuff. HEX triplet: FD, C1 and FA. RGB value is (253,193,250). Sum of RGB (Red+Green+Blue) = 253+193+250=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 193 (75.78% from 255 or 27.73% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1FA is #023E05. Grayscale: #D9D9D9. Windows color (decimal): -146950 or 16433661. OLE color: 16433661.
HSL color Cylindrical-coordinate representation of color #FDC1FA: hue angle of 303º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC1FA is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 250 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.01 |
| HSL | 303º | 0.94% | 0.87% | - |
| HSV(B) | 303º | 0.24% | 0.99% | - |
| XYZ | 76.83 | 65.92 | 99.12 | - |
| YUV | 217.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 250 | 0 | 0.24 | 0.01 | 0.01 | 303 | 0.94 | 0.87 |
| Hex | FD | C1 | FA | 0 | 18 | 1 | 1 | 12F | 5E | 57 |
| Octal | 375 | 301 | 372 | 0 | 30 | 1 | 1 | 457 | 136 | 127 |
| Binary | 11111101 | 11000001 | 11111010 | 0 | 11000 | 1 | 1 | 100101111 | 1011110 | 1010111 |
Color Harmonies of #FDC1FA
Complementary color
Monochromatic Colors of #FDC1FA
Black with #FDC1FA
Text Example
Text Example
White with #FDC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1FA; }
p { color: rgb(253,193,250); }
H1.HeaderClassName
{
color: #FDC1FA;
}
.AnyTagClassName
{
color: #FDC1FA;
}
</style>
background-color css
<style>
a { background-color: #FDC1FA; }
a { background-color: rgb(253,193,250); }
div.DivClassName
{
background-color: #FDC1FA;
}
.BgClassName
{
background-color: #FDC1FA;
}
</style>
border-color css
<style>
span { border-color: #FDC1FA; }
span { border-color: rgb(253,193,250); }
td.TdClassName
{
border-color: #FDC1FA;
}
.TagClassName
{
border-color: #FDC1FA;
}
</style>