Shades of Snuff #FFD0FD
Tints of Snuff #FFD0FD
RGB
CMYK
RGB Variations
Color information
#FFD0FD (or 0xFFD0FD) is known color: Snuff. HEX triplet: FF, D0 and FD. RGB value is (255,208,253). Sum of RGB (Red+Green+Blue) = 255+208+253=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 208 (81.64% from 255 or 29.05% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD0FD is #002F02. Grayscale: #E3E3E3. Windows color (decimal): -12035 or 16634111. OLE color: 16634111.
HSL color Cylindrical-coordinate representation of color #FFD0FD: hue angle of 302.55º 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 #FFD0FD is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 253 | - |
| CMYK | 0 | 0.18 | 0.01 | 0 |
| HSL | 302.55º | 1% | 0.91% | - |
| HSV(B) | 302.55º | 0.18% | 1% | - |
| XYZ | 81.53 | 73.46 | 102.81 | - |
| YUV | 227.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 253 | 0 | 0.18 | 0.01 | 0 | 302.55 | 1 | 0.91 |
| Hex | FF | D0 | FD | 0 | 12 | 1 | 0 | 12F | 64 | 5B |
| Octal | 377 | 320 | 375 | 0 | 22 | 1 | 0 | 457 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11111101 | 0 | 10010 | 1 | 0 | 100101111 | 1100100 | 1011011 |
Color Harmonies of #FFD0FD
Complementary color
Monochromatic Colors of #FFD0FD
Black with #FFD0FD
Text Example
Text Example
White with #FFD0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0FD; }
p { color: rgb(255,208,253); }
H1.HeaderClassName
{
color: #FFD0FD;
}
.AnyTagClassName
{
color: #FFD0FD;
}
</style>
background-color css
<style>
a { background-color: #FFD0FD; }
a { background-color: rgb(255,208,253); }
div.DivClassName
{
background-color: #FFD0FD;
}
.BgClassName
{
background-color: #FFD0FD;
}
</style>
border-color css
<style>
span { border-color: #FFD0FD; }
span { border-color: rgb(255,208,253); }
td.TdClassName
{
border-color: #FFD0FD;
}
.TagClassName
{
border-color: #FFD0FD;
}
</style>