Shades of Snuff #FDD1FF
Tints of Snuff #FDD1FF
RGB
CMYK
RGB Variations
Color information
#FDD1FF (or 0xFDD1FF) is known color: Snuff. HEX triplet: FD, D1 and FF. RGB value is (253,209,255). Sum of RGB (Red+Green+Blue) = 253+209+255=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 209 (82.03% from 255 or 29.15% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDD1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1FF is #022E00. Grayscale: #E3E3E3. Windows color (decimal): -142849 or 16765437. OLE color: 16765437.
HSL color Cylindrical-coordinate representation of color #FDD1FF: hue angle of 297.39º 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 #FDD1FF is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 209 | 255 | - |
| CMYK | 0.01 | 0.18 | 0 | 0 |
| HSL | 297.39º | 1% | 0.91% | - |
| HSV(B) | 297.39º | 0.18% | 1% | - |
| XYZ | 81.36 | 73.7 | 104.55 | - |
| YUV | 227.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 255 | 0.01 | 0.18 | 0 | 0 | 297.39 | 1 | 0.91 |
| Hex | FD | D1 | FF | 1 | 12 | 0 | 0 | 129 | 64 | 5B |
| Octal | 375 | 321 | 377 | 1 | 22 | 0 | 0 | 451 | 144 | 133 |
| Binary | 11111101 | 11010001 | 11111111 | 1 | 10010 | 0 | 0 | 100101001 | 1100100 | 1011011 |
Color Harmonies of #FDD1FF
Complementary color
Monochromatic Colors of #FDD1FF
Black with #FDD1FF
Text Example
Text Example
White with #FDD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1FF; }
p { color: rgb(253,209,255); }
H1.HeaderClassName
{
color: #FDD1FF;
}
.AnyTagClassName
{
color: #FDD1FF;
}
</style>
background-color css
<style>
a { background-color: #FDD1FF; }
a { background-color: rgb(253,209,255); }
div.DivClassName
{
background-color: #FDD1FF;
}
.BgClassName
{
background-color: #FDD1FF;
}
</style>
border-color css
<style>
span { border-color: #FDD1FF; }
span { border-color: rgb(253,209,255); }
td.TdClassName
{
border-color: #FDD1FF;
}
.TagClassName
{
border-color: #FDD1FF;
}
</style>