Shades of Snuff #F1D5EA
Tints of Snuff #F1D5EA
RGB
CMYK
RGB Variations
Color information
#F1D5EA (or 0xF1D5EA) is known color: Snuff. HEX triplet: F1, D5 and EA. RGB value is (241,213,234). Sum of RGB (Red+Green+Blue) = 241+213+234=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D5EA is #0E2A15. Grayscale: #DFDFDF. Windows color (decimal): -928278 or 15390193. OLE color: 15390193.
HSL color Cylindrical-coordinate representation of color #F1D5EA: hue angle of 315º degrees, saturation: 0.5, 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 #F1D5EA is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 234 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.05 |
| HSL | 315º | 0.5% | 0.89% | - |
| HSV(B) | 315º | 0.12% | 0.95% | - |
| XYZ | 74.92 | 72.23 | 87.83 | - |
| YUV | 223.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 234 | 0 | 0.12 | 0.03 | 0.05 | 315 | 0.5 | 0.89 |
| Hex | F1 | D5 | EA | 0 | C | 3 | 5 | 13B | 32 | 59 |
| Octal | 361 | 325 | 352 | 0 | 14 | 3 | 5 | 473 | 62 | 131 |
| Binary | 11110001 | 11010101 | 11101010 | 0 | 1100 | 11 | 101 | 100111011 | 110010 | 1011001 |
Color Harmonies of #F1D5EA
Complementary color
Monochromatic Colors of #F1D5EA
Black with #F1D5EA
Text Example
Text Example
White with #F1D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5EA; }
p { color: rgb(241,213,234); }
H1.HeaderClassName
{
color: #F1D5EA;
}
.AnyTagClassName
{
color: #F1D5EA;
}
</style>
background-color css
<style>
a { background-color: #F1D5EA; }
a { background-color: rgb(241,213,234); }
div.DivClassName
{
background-color: #F1D5EA;
}
.BgClassName
{
background-color: #F1D5EA;
}
</style>
border-color css
<style>
span { border-color: #F1D5EA; }
span { border-color: rgb(241,213,234); }
td.TdClassName
{
border-color: #F1D5EA;
}
.TagClassName
{
border-color: #F1D5EA;
}
</style>