Shades of Snuff #FDDDF6
Tints of Snuff #FDDDF6
RGB
CMYK
RGB Variations
Color information
#FDDDF6 (or 0xFDDDF6) is known color: Snuff. HEX triplet: FD, DD and F6. RGB value is (253,221,246). Sum of RGB (Red+Green+Blue) = 253+221+246=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 221 (86.72% from 255 or 30.69% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDF6 is #022209. Grayscale: #E9E9E9. Windows color (decimal): -139786 or 16178685. OLE color: 16178685.
HSL color Cylindrical-coordinate representation of color #FDDDF6: hue angle of 313.12º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDDF6 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 246 | - |
CMYK | 0 | 0.13 | 0.03 | 0.01 |
HSL | 313.13º | 0.89% | 0.93% | - |
HSV(B) | 313.13º | 0.13% | 0.99% | - |
XYZ | 83 | 79.25 | 98.11 | - |
YUV | 233.42 | 135.1 | 141.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 246 | 0 | 0.13 | 0.03 | 0.01 | 313.13 | 0.89 | 0.93 |
Hex | FD | DD | F6 | 0 | D | 3 | 1 | 139 | 59 | 5D |
Octal | 375 | 335 | 366 | 0 | 15 | 3 | 1 | 471 | 131 | 135 |
Binary | 11111101 | 11011101 | 11110110 | 0 | 1101 | 11 | 1 | 100111001 | 1011001 | 1011101 |
Color Harmonies of #FDDDF6
Complementary color
Monochromatic Colors of #FDDDF6
Black with #FDDDF6
Text Example
Text Example
White with #FDDDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDF6; }
p { color: rgb(253,221,246); }
H1.HeaderClassName
{
color: #FDDDF6;
}
.AnyTagClassName
{
color: #FDDDF6;
}
</style>
background-color css
<style>
a { background-color: #FDDDF6; }
a { background-color: rgb(253,221,246); }
div.DivClassName
{
background-color: #FDDDF6;
}
.BgClassName
{
background-color: #FDDDF6;
}
</style>
border-color css
<style>
span { border-color: #FDDDF6; }
span { border-color: rgb(253,221,246); }
td.TdClassName
{
border-color: #FDDDF6;
}
.TagClassName
{
border-color: #FDDDF6;
}
</style>