Shades of Snuff #FDD1FD
Tints of Snuff #FDD1FD
RGB
CMYK
RGB Variations
Color information
#FDD1FD (or 0xFDD1FD) is known color: Snuff. HEX triplet: FD, D1 and FD. RGB value is (253,209,253). Sum of RGB (Red+Green+Blue) = 253+209+253=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 209 (82.03% from 255 or 29.23% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDD1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1FD is #022E02. Grayscale: #E3E3E3. Windows color (decimal): -142851 or 16634365. OLE color: 16634365.
HSL color Cylindrical-coordinate representation of color #FDD1FD: hue angle of 300º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD1FD is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 253 | - |
| CMYK | 0 | 0.17 | 0 | 0.01 |
| HSL | 300º | 0.92% | 0.91% | - |
| HSV(B) | 300º | 0.17% | 0.99% | - |
| XYZ | 81.04 | 73.58 | 102.86 | - |
| YUV | 227.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 253 | 0 | 0.17 | 0 | 0.01 | 300 | 0.92 | 0.91 |
| Hex | FD | D1 | FD | 0 | 11 | 0 | 1 | 12C | 5C | 5B |
| Octal | 375 | 321 | 375 | 0 | 21 | 0 | 1 | 454 | 134 | 133 |
| Binary | 11111101 | 11010001 | 11111101 | 0 | 10001 | 0 | 1 | 100101100 | 1011100 | 1011011 |
Color Harmonies of #FDD1FD
Complementary color
Monochromatic Colors of #FDD1FD
Black with #FDD1FD
Text Example
Text Example
White with #FDD1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1FD; }
p { color: rgb(253,209,253); }
H1.HeaderClassName
{
color: #FDD1FD;
}
.AnyTagClassName
{
color: #FDD1FD;
}
</style>
background-color css
<style>
a { background-color: #FDD1FD; }
a { background-color: rgb(253,209,253); }
div.DivClassName
{
background-color: #FDD1FD;
}
.BgClassName
{
background-color: #FDD1FD;
}
</style>
border-color css
<style>
span { border-color: #FDD1FD; }
span { border-color: rgb(253,209,253); }
td.TdClassName
{
border-color: #FDD1FD;
}
.TagClassName
{
border-color: #FDD1FD;
}
</style>