Shades of Snuff #FFD1FC
Tints of Snuff #FFD1FC
RGB
CMYK
RGB Variations
Color information
#FFD1FC (or 0xFFD1FC) is known color: Snuff. HEX triplet: FF, D1 and FC. RGB value is (255,209,252). Sum of RGB (Red+Green+Blue) = 255+209+252=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 209 (82.03% from 255 or 29.19% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD1FC is #002E03. Grayscale: #E3E3E3. Windows color (decimal): -11780 or 16568831. OLE color: 16568831.
HSL color Cylindrical-coordinate representation of color #FFD1FC: hue angle of 303.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD1FC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 252 | - |
| CMYK | 0 | 0.18 | 0.01 | 0 |
| HSL | 303.91º | 1% | 0.91% | - |
| HSV(B) | 303.91º | 0.18% | 1% | - |
| XYZ | 81.61 | 73.89 | 102.06 | - |
| YUV | 227.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 252 | 0 | 0.18 | 0.01 | 0 | 303.91 | 1 | 0.91 |
| Hex | FF | D1 | FC | 0 | 12 | 1 | 0 | 130 | 64 | 5B |
| Octal | 377 | 321 | 374 | 0 | 22 | 1 | 0 | 460 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11111100 | 0 | 10010 | 1 | 0 | 100110000 | 1100100 | 1011011 |
Color Harmonies of #FFD1FC
Complementary color
Monochromatic Colors of #FFD1FC
Black with #FFD1FC
Text Example
Text Example
White with #FFD1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1FC; }
p { color: rgb(255,209,252); }
H1.HeaderClassName
{
color: #FFD1FC;
}
.AnyTagClassName
{
color: #FFD1FC;
}
</style>
background-color css
<style>
a { background-color: #FFD1FC; }
a { background-color: rgb(255,209,252); }
div.DivClassName
{
background-color: #FFD1FC;
}
.BgClassName
{
background-color: #FFD1FC;
}
</style>
border-color css
<style>
span { border-color: #FFD1FC; }
span { border-color: rgb(255,209,252); }
td.TdClassName
{
border-color: #FFD1FC;
}
.TagClassName
{
border-color: #FFD1FC;
}
</style>