Shades of Snuff #FDD7F7
Tints of Snuff #FDD7F7
RGB
CMYK
RGB Variations
Color information
#FDD7F7 (or 0xFDD7F7) is known color: Snuff. HEX triplet: FD, D7 and F7. RGB value is (253,215,247). Sum of RGB (Red+Green+Blue) = 253+215+247=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 215 (84.38% from 255 or 30.07% from 715); Blue value is 247 (96.88% from 255 or 34.55% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7F7 is #022808. Grayscale: #E5E5E5. Windows color (decimal): -141321 or 16242685. OLE color: 16242685.
HSL color Cylindrical-coordinate representation of color #FDD7F7: hue angle of 309.47º 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 #FDD7F7 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 247 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.01 |
| HSL | 309.47º | 0.9% | 0.92% | - |
| HSV(B) | 309.47º | 0.15% | 0.99% | - |
| XYZ | 81.6 | 76.2 | 98.4 | - |
| YUV | 230.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 247 | 0 | 0.15 | 0.02 | 0.01 | 309.47 | 0.9 | 0.92 |
| Hex | FD | D7 | F7 | 0 | F | 2 | 1 | 135 | 5A | 5C |
| Octal | 375 | 327 | 367 | 0 | 17 | 2 | 1 | 465 | 132 | 134 |
| Binary | 11111101 | 11010111 | 11110111 | 0 | 1111 | 10 | 1 | 100110101 | 1011010 | 1011100 |
Color Harmonies of #FDD7F7
Complementary color
Monochromatic Colors of #FDD7F7
Black with #FDD7F7
Text Example
Text Example
White with #FDD7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7F7; }
p { color: rgb(253,215,247); }
H1.HeaderClassName
{
color: #FDD7F7;
}
.AnyTagClassName
{
color: #FDD7F7;
}
</style>
background-color css
<style>
a { background-color: #FDD7F7; }
a { background-color: rgb(253,215,247); }
div.DivClassName
{
background-color: #FDD7F7;
}
.BgClassName
{
background-color: #FDD7F7;
}
</style>
border-color css
<style>
span { border-color: #FDD7F7; }
span { border-color: rgb(253,215,247); }
td.TdClassName
{
border-color: #FDD7F7;
}
.TagClassName
{
border-color: #FDD7F7;
}
</style>