Shades of Snuff #F1D4EA
Tints of Snuff #F1D4EA
RGB
CMYK
RGB Variations
Color information
#F1D4EA (or 0xF1D4EA) is known color: Snuff. HEX triplet: F1, D4 and EA. RGB value is (241,212,234). Sum of RGB (Red+Green+Blue) = 241+212+234=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 212 (83.20% from 255 or 30.86% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D4EA is #0E2B15. Grayscale: #DFDFDF. Windows color (decimal): -928534 or 15389937. OLE color: 15389937.
HSL color Cylindrical-coordinate representation of color #F1D4EA: hue angle of 314.48º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1D4EA is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 234 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.05 |
| HSL | 314.48º | 0.51% | 0.89% | - |
| HSV(B) | 314.48º | 0.12% | 0.95% | - |
| XYZ | 74.67 | 71.73 | 87.75 | - |
| YUV | 223.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 234 | 0 | 0.12 | 0.03 | 0.05 | 314.48 | 0.51 | 0.89 |
| Hex | F1 | D4 | EA | 0 | C | 3 | 5 | 13A | 33 | 59 |
| Octal | 361 | 324 | 352 | 0 | 14 | 3 | 5 | 472 | 63 | 131 |
| Binary | 11110001 | 11010100 | 11101010 | 0 | 1100 | 11 | 101 | 100111010 | 110011 | 1011001 |
Color Harmonies of #F1D4EA
Complementary color
Monochromatic Colors of #F1D4EA
Black with #F1D4EA
Text Example
Text Example
White with #F1D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4EA; }
p { color: rgb(241,212,234); }
H1.HeaderClassName
{
color: #F1D4EA;
}
.AnyTagClassName
{
color: #F1D4EA;
}
</style>
background-color css
<style>
a { background-color: #F1D4EA; }
a { background-color: rgb(241,212,234); }
div.DivClassName
{
background-color: #F1D4EA;
}
.BgClassName
{
background-color: #F1D4EA;
}
</style>
border-color css
<style>
span { border-color: #F1D4EA; }
span { border-color: rgb(241,212,234); }
td.TdClassName
{
border-color: #F1D4EA;
}
.TagClassName
{
border-color: #F1D4EA;
}
</style>