Shades of Snuff #FDDFF7
Tints of Snuff #FDDFF7
RGB
CMYK
RGB Variations
Color information
#FDDFF7 (or 0xFDDFF7) is known color: Snuff. HEX triplet: FD, DF and F7. RGB value is (253,223,247). Sum of RGB (Red+Green+Blue) = 253+223+247=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 223 (87.5% from 255 or 30.84% from 723); Blue value is 247 (96.88% from 255 or 34.16% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFF7 is #022008. Grayscale: #EAEAEA. Windows color (decimal): -139273 or 16244733. OLE color: 16244733.
HSL color Cylindrical-coordinate representation of color #FDDFF7: hue angle of 312º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDFF7 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 247 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.01 |
| HSL | 312º | 0.88% | 0.93% | - |
| HSV(B) | 312º | 0.12% | 0.99% | - |
| XYZ | 83.68 | 80.37 | 99.1 | - |
| YUV | 234.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 247 | 0 | 0.12 | 0.02 | 0.01 | 312 | 0.88 | 0.93 |
| Hex | FD | DF | F7 | 0 | C | 2 | 1 | 138 | 58 | 5D |
| Octal | 375 | 337 | 367 | 0 | 14 | 2 | 1 | 470 | 130 | 135 |
| Binary | 11111101 | 11011111 | 11110111 | 0 | 1100 | 10 | 1 | 100111000 | 1011000 | 1011101 |
Color Harmonies of #FDDFF7
Complementary color
Monochromatic Colors of #FDDFF7
Black with #FDDFF7
Text Example
Text Example
White with #FDDFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFF7; }
p { color: rgb(253,223,247); }
H1.HeaderClassName
{
color: #FDDFF7;
}
.AnyTagClassName
{
color: #FDDFF7;
}
</style>
background-color css
<style>
a { background-color: #FDDFF7; }
a { background-color: rgb(253,223,247); }
div.DivClassName
{
background-color: #FDDFF7;
}
.BgClassName
{
background-color: #FDDFF7;
}
</style>
border-color css
<style>
span { border-color: #FDDFF7; }
span { border-color: rgb(253,223,247); }
td.TdClassName
{
border-color: #FDDFF7;
}
.TagClassName
{
border-color: #FDDFF7;
}
</style>