Shades of Selago #F1E4EF
Tints of Selago #F1E4EF
RGB
CMYK
RGB Variations
Color information
#F1E4EF (or 0xF1E4EF) is known color: Selago. HEX triplet: F1, E4 and EF. RGB value is (241,228,239). Sum of RGB (Red+Green+Blue) = 241+228+239=708 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.04% from 708); Green value is 228 (89.45% from 255 or 32.20% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E4EF is #0E1B10. Grayscale: #E9E9E9. Windows color (decimal): -924433 or 15721713. OLE color: 15721713.
HSL color Cylindrical-coordinate representation of color #F1E4EF: hue angle of 309.23º degrees, saturation: 0.32, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1E4EF is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 239 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.05 |
| HSL | 309.23º | 0.32% | 0.92% | - |
| HSV(B) | 309.23º | 0.05% | 0.95% | - |
| XYZ | 79.6 | 80.42 | 92.99 | - |
| YUV | 233.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 239 | 0 | 0.05 | 0.01 | 0.05 | 309.23 | 0.32 | 0.92 |
| Hex | F1 | E4 | EF | 0 | 5 | 1 | 5 | 135 | 20 | 5C |
| Octal | 361 | 344 | 357 | 0 | 5 | 1 | 5 | 465 | 40 | 134 |
| Binary | 11110001 | 11100100 | 11101111 | 0 | 101 | 1 | 101 | 100110101 | 100000 | 1011100 |
Color Harmonies of #F1E4EF
Complementary color
Monochromatic Colors of #F1E4EF
Black with #F1E4EF
Text Example
Text Example
White with #F1E4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4EF; }
p { color: rgb(241,228,239); }
H1.HeaderClassName
{
color: #F1E4EF;
}
.AnyTagClassName
{
color: #F1E4EF;
}
</style>
background-color css
<style>
a { background-color: #F1E4EF; }
a { background-color: rgb(241,228,239); }
div.DivClassName
{
background-color: #F1E4EF;
}
.BgClassName
{
background-color: #F1E4EF;
}
</style>
border-color css
<style>
span { border-color: #F1E4EF; }
span { border-color: rgb(241,228,239); }
td.TdClassName
{
border-color: #F1E4EF;
}
.TagClassName
{
border-color: #F1E4EF;
}
</style>