Shades of Snuff #F8D4F4
Tints of Snuff #F8D4F4
RGB
CMYK
RGB Variations
Color information
#F8D4F4 (or 0xF8D4F4) is known color: Snuff. HEX triplet: F8, D4 and F4. RGB value is (248,212,244). Sum of RGB (Red+Green+Blue) = 248+212+244=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 212 (83.20% from 255 or 30.11% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D4F4 is #072B0B. Grayscale: #E2E2E2. Windows color (decimal): -469772 or 16045304. OLE color: 16045304.
HSL color Cylindrical-coordinate representation of color #F8D4F4: hue angle of 306.67º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D4F4 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 244 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.03 |
| HSL | 306.67º | 0.72% | 0.9% | - |
| HSV(B) | 306.67º | 0.15% | 0.97% | - |
| XYZ | 78.58 | 73.58 | 95.65 | - |
| YUV | 226.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 244 | 0 | 0.15 | 0.02 | 0.03 | 306.67 | 0.72 | 0.9 |
| Hex | F8 | D4 | F4 | 0 | F | 2 | 3 | 133 | 48 | 5A |
| Octal | 370 | 324 | 364 | 0 | 17 | 2 | 3 | 463 | 110 | 132 |
| Binary | 11111000 | 11010100 | 11110100 | 0 | 1111 | 10 | 11 | 100110011 | 1001000 | 1011010 |
Color Harmonies of #F8D4F4
Complementary color
Monochromatic Colors of #F8D4F4
Black with #F8D4F4
Text Example
Text Example
White with #F8D4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D4F4; }
p { color: rgb(248,212,244); }
H1.HeaderClassName
{
color: #F8D4F4;
}
.AnyTagClassName
{
color: #F8D4F4;
}
</style>
background-color css
<style>
a { background-color: #F8D4F4; }
a { background-color: rgb(248,212,244); }
div.DivClassName
{
background-color: #F8D4F4;
}
.BgClassName
{
background-color: #F8D4F4;
}
</style>
border-color css
<style>
span { border-color: #F8D4F4; }
span { border-color: rgb(248,212,244); }
td.TdClassName
{
border-color: #F8D4F4;
}
.TagClassName
{
border-color: #F8D4F4;
}
</style>