Shades of Snuff #F8E1F3
Tints of Snuff #F8E1F3
RGB
CMYK
RGB Variations
Color information
#F8E1F3 (or 0xF8E1F3) is known color: Snuff. HEX triplet: F8, E1 and F3. RGB value is (248,225,243). Sum of RGB (Red+Green+Blue) = 248+225+243=716 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.64% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E1F3 is #071E0C. Grayscale: #E9E9E9. Windows color (decimal): -466445 or 15983096. OLE color: 15983096.
HSL color Cylindrical-coordinate representation of color #F8E1F3: hue angle of 313.04º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F8E1F3 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 243 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.03 |
| HSL | 313.04º | 0.62% | 0.93% | - |
| HSV(B) | 313.04º | 0.09% | 0.97% | - |
| XYZ | 81.81 | 80.28 | 95.98 | - |
| YUV | 233.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 243 | 0 | 0.09 | 0.02 | 0.03 | 313.04 | 0.62 | 0.93 |
| Hex | F8 | E1 | F3 | 0 | 9 | 2 | 3 | 139 | 3E | 5D |
| Octal | 370 | 341 | 363 | 0 | 11 | 2 | 3 | 471 | 76 | 135 |
| Binary | 11111000 | 11100001 | 11110011 | 0 | 1001 | 10 | 11 | 100111001 | 111110 | 1011101 |
Color Harmonies of #F8E1F3
Complementary color
Monochromatic Colors of #F8E1F3
Black with #F8E1F3
Text Example
Text Example
White with #F8E1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1F3; }
p { color: rgb(248,225,243); }
H1.HeaderClassName
{
color: #F8E1F3;
}
.AnyTagClassName
{
color: #F8E1F3;
}
</style>
background-color css
<style>
a { background-color: #F8E1F3; }
a { background-color: rgb(248,225,243); }
div.DivClassName
{
background-color: #F8E1F3;
}
.BgClassName
{
background-color: #F8E1F3;
}
</style>
border-color css
<style>
span { border-color: #F8E1F3; }
span { border-color: rgb(248,225,243); }
td.TdClassName
{
border-color: #F8E1F3;
}
.TagClassName
{
border-color: #F8E1F3;
}
</style>