Shades of Snuff #FDD7F5
Tints of Snuff #FDD7F5
RGB
CMYK
RGB Variations
Color information
#FDD7F5 (or 0xFDD7F5) is known color: Snuff. HEX triplet: FD, D7 and F5. RGB value is (253,215,245). Sum of RGB (Red+Green+Blue) = 253+215+245=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 215 (84.38% from 255 or 30.15% from 713); Blue value is 245 (96.09% from 255 or 34.36% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7F5 is #02280A. Grayscale: #E5E5E5. Windows color (decimal): -141323 or 16111613. OLE color: 16111613.
HSL color Cylindrical-coordinate representation of color #FDD7F5: hue angle of 312.63º 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 #FDD7F5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 245 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.01 |
| HSL | 312.63º | 0.9% | 0.92% | - |
| HSV(B) | 312.63º | 0.15% | 0.99% | - |
| XYZ | 81.29 | 76.08 | 96.79 | - |
| YUV | 229.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 245 | 0 | 0.15 | 0.03 | 0.01 | 312.63 | 0.9 | 0.92 |
| Hex | FD | D7 | F5 | 0 | F | 3 | 1 | 139 | 5A | 5C |
| Octal | 375 | 327 | 365 | 0 | 17 | 3 | 1 | 471 | 132 | 134 |
| Binary | 11111101 | 11010111 | 11110101 | 0 | 1111 | 11 | 1 | 100111001 | 1011010 | 1011100 |
Color Harmonies of #FDD7F5
Complementary color
Monochromatic Colors of #FDD7F5
Black with #FDD7F5
Text Example
Text Example
White with #FDD7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7F5; }
p { color: rgb(253,215,245); }
H1.HeaderClassName
{
color: #FDD7F5;
}
.AnyTagClassName
{
color: #FDD7F5;
}
</style>
background-color css
<style>
a { background-color: #FDD7F5; }
a { background-color: rgb(253,215,245); }
div.DivClassName
{
background-color: #FDD7F5;
}
.BgClassName
{
background-color: #FDD7F5;
}
</style>
border-color css
<style>
span { border-color: #FDD7F5; }
span { border-color: rgb(253,215,245); }
td.TdClassName
{
border-color: #FDD7F5;
}
.TagClassName
{
border-color: #FDD7F5;
}
</style>