Shades of Snuff #FDD8F5
Tints of Snuff #FDD8F5
RGB
CMYK
RGB Variations
Color information
#FDD8F5 (or 0xFDD8F5) is known color: Snuff. HEX triplet: FD, D8 and F5. RGB value is (253,216,245). Sum of RGB (Red+Green+Blue) = 253+216+245=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 216 (84.77% from 255 or 30.25% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8F5 is #02270A. Grayscale: #E6E6E6. Windows color (decimal): -141067 or 16111869. OLE color: 16111869.
HSL color Cylindrical-coordinate representation of color #FDD8F5: hue angle of 312.97º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD8F5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 245 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.01 |
| HSL | 312.97º | 0.9% | 0.92% | - |
| HSV(B) | 312.97º | 0.15% | 0.99% | - |
| XYZ | 81.55 | 76.59 | 96.87 | - |
| YUV | 230.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 245 | 0 | 0.15 | 0.03 | 0.01 | 312.97 | 0.9 | 0.92 |
| Hex | FD | D8 | F5 | 0 | F | 3 | 1 | 139 | 5A | 5C |
| Octal | 375 | 330 | 365 | 0 | 17 | 3 | 1 | 471 | 132 | 134 |
| Binary | 11111101 | 11011000 | 11110101 | 0 | 1111 | 11 | 1 | 100111001 | 1011010 | 1011100 |
Color Harmonies of #FDD8F5
Complementary color
Monochromatic Colors of #FDD8F5
Black with #FDD8F5
Text Example
Text Example
White with #FDD8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8F5; }
p { color: rgb(253,216,245); }
H1.HeaderClassName
{
color: #FDD8F5;
}
.AnyTagClassName
{
color: #FDD8F5;
}
</style>
background-color css
<style>
a { background-color: #FDD8F5; }
a { background-color: rgb(253,216,245); }
div.DivClassName
{
background-color: #FDD8F5;
}
.BgClassName
{
background-color: #FDD8F5;
}
</style>
border-color css
<style>
span { border-color: #FDD8F5; }
span { border-color: rgb(253,216,245); }
td.TdClassName
{
border-color: #FDD8F5;
}
.TagClassName
{
border-color: #FDD8F5;
}
</style>