Shades of Snuff #FFDEF8
Tints of Snuff #FFDEF8
RGB
CMYK
RGB Variations
Color information
#FFDEF8 (or 0xFFDEF8) is known color: Snuff. HEX triplet: FF, DE and F8. RGB value is (255,222,248). Sum of RGB (Red+Green+Blue) = 255+222+248=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 222 (87.11% from 255 or 30.62% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEF8 is #002107. Grayscale: #EAEAEA. Windows color (decimal): -8456 or 16310015. OLE color: 16310015.
HSL color Cylindrical-coordinate representation of color #FFDEF8: hue angle of 312.73º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDEF8 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 248 | - |
| CMYK | 0 | 0.13 | 0.03 | 0 |
| HSL | 312.73º | 1% | 0.94% | - |
| HSV(B) | 312.73º | 0.13% | 1% | - |
| XYZ | 84.3 | 80.28 | 99.86 | - |
| YUV | 234.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 248 | 0 | 0.13 | 0.03 | 0 | 312.73 | 1 | 0.94 |
| Hex | FF | DE | F8 | 0 | D | 3 | 0 | 139 | 64 | 5E |
| Octal | 377 | 336 | 370 | 0 | 15 | 3 | 0 | 471 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11111000 | 0 | 1101 | 11 | 0 | 100111001 | 1100100 | 1011110 |
Color Harmonies of #FFDEF8
Complementary color
Monochromatic Colors of #FFDEF8
Black with #FFDEF8
Text Example
Text Example
White with #FFDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEF8; }
p { color: rgb(255,222,248); }
H1.HeaderClassName
{
color: #FFDEF8;
}
.AnyTagClassName
{
color: #FFDEF8;
}
</style>
background-color css
<style>
a { background-color: #FFDEF8; }
a { background-color: rgb(255,222,248); }
div.DivClassName
{
background-color: #FFDEF8;
}
.BgClassName
{
background-color: #FFDEF8;
}
</style>
border-color css
<style>
span { border-color: #FFDEF8; }
span { border-color: rgb(255,222,248); }
td.TdClassName
{
border-color: #FFDEF8;
}
.TagClassName
{
border-color: #FFDEF8;
}
</style>