Shades of Snuff #FFDDF8
Tints of Snuff #FFDDF8
RGB
CMYK
RGB Variations
Color information
#FFDDF8 (or 0xFFDDF8) is known color: Snuff. HEX triplet: FF, DD and F8. RGB value is (255,221,248). Sum of RGB (Red+Green+Blue) = 255+221+248=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDF8 is #002207. Grayscale: #EAEAEA. Windows color (decimal): -8712 or 16309759. OLE color: 16309759.
HSL color Cylindrical-coordinate representation of color #FFDDF8: hue angle of 312.35º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDF8 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 248 | - |
CMYK | 0 | 0.13 | 0.03 | 0 |
HSL | 312.35º | 1% | 0.93% | - |
HSV(B) | 312.35º | 0.13% | 1% | - |
XYZ | 84.04 | 79.75 | 99.77 | - |
YUV | 234.24 | 135.76 | 142.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 248 | 0 | 0.13 | 0.03 | 0 | 312.35 | 1 | 0.93 |
Hex | FF | DD | F8 | 0 | D | 3 | 0 | 138 | 64 | 5D |
Octal | 377 | 335 | 370 | 0 | 15 | 3 | 0 | 470 | 144 | 135 |
Binary | 11111111 | 11011101 | 11111000 | 0 | 1101 | 11 | 0 | 100111000 | 1100100 | 1011101 |
Color Harmonies of #FFDDF8
Complementary color
Monochromatic Colors of #FFDDF8
Black with #FFDDF8
Text Example
Text Example
White with #FFDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDF8; }
p { color: rgb(255,221,248); }
H1.HeaderClassName
{
color: #FFDDF8;
}
.AnyTagClassName
{
color: #FFDDF8;
}
</style>
background-color css
<style>
a { background-color: #FFDDF8; }
a { background-color: rgb(255,221,248); }
div.DivClassName
{
background-color: #FFDDF8;
}
.BgClassName
{
background-color: #FFDDF8;
}
</style>
border-color css
<style>
span { border-color: #FFDDF8; }
span { border-color: rgb(255,221,248); }
td.TdClassName
{
border-color: #FFDDF8;
}
.TagClassName
{
border-color: #FFDDF8;
}
</style>