Shades of Snuff #F8DEF2
Tints of Snuff #F8DEF2
RGB
CMYK
RGB Variations
Color information
#F8DEF2 (or 0xF8DEF2) is known color: Snuff. HEX triplet: F8, DE and F2. RGB value is (248,222,242). Sum of RGB (Red+Green+Blue) = 248+222+242=712 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.83% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DEF2 is #07210D. Grayscale: #E8E8E8. Windows color (decimal): -467214 or 15916792. OLE color: 15916792.
HSL color Cylindrical-coordinate representation of color #F8DEF2: hue angle of 313.85º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8DEF2 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 242 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.03 |
| HSL | 313.85º | 0.65% | 0.92% | - |
| HSV(B) | 313.85º | 0.1% | 0.97% | - |
| XYZ | 80.86 | 78.61 | 94.92 | - |
| YUV | 232.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 242 | 0 | 0.10 | 0.02 | 0.03 | 313.85 | 0.65 | 0.92 |
| Hex | F8 | DE | F2 | 0 | A | 2 | 3 | 13A | 41 | 5C |
| Octal | 370 | 336 | 362 | 0 | 12 | 2 | 3 | 472 | 101 | 134 |
| Binary | 11111000 | 11011110 | 11110010 | 0 | 1010 | 10 | 11 | 100111010 | 1000001 | 1011100 |
Color Harmonies of #F8DEF2
Complementary color
Monochromatic Colors of #F8DEF2
Black with #F8DEF2
Text Example
Text Example
White with #F8DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DEF2; }
p { color: rgb(248,222,242); }
H1.HeaderClassName
{
color: #F8DEF2;
}
.AnyTagClassName
{
color: #F8DEF2;
}
</style>
background-color css
<style>
a { background-color: #F8DEF2; }
a { background-color: rgb(248,222,242); }
div.DivClassName
{
background-color: #F8DEF2;
}
.BgClassName
{
background-color: #F8DEF2;
}
</style>
border-color css
<style>
span { border-color: #F8DEF2; }
span { border-color: rgb(248,222,242); }
td.TdClassName
{
border-color: #F8DEF2;
}
.TagClassName
{
border-color: #F8DEF2;
}
</style>