Shades of Selago #F2E8F1
Tints of Selago #F2E8F1
RGB
CMYK
RGB Variations
Color information
#F2E8F1 (or 0xF2E8F1) is known color: Selago. HEX triplet: F2, E8 and F1. RGB value is (242,232,241). Sum of RGB (Red+Green+Blue) = 242+232+241=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 232 (91.02% from 255 or 32.45% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E8F1 is #0D170E. Grayscale: #EBEBEB. Windows color (decimal): -857871 or 15853810. OLE color: 15853810.
HSL color Cylindrical-coordinate representation of color #F2E8F1: hue angle of 306º degrees, saturation: 0.28, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2E8F1 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 241 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.05 |
| HSL | 306º | 0.28% | 0.93% | - |
| HSV(B) | 306º | 0.04% | 0.95% | - |
| XYZ | 81.35 | 82.94 | 94.94 | - |
| YUV | 236.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 241 | 0 | 0.04 | 0.00 | 0.05 | 306 | 0.28 | 0.93 |
| Hex | F2 | E8 | F1 | 0 | 4 | 0 | 5 | 132 | 1C | 5D |
| Octal | 362 | 350 | 361 | 0 | 4 | 0 | 5 | 462 | 34 | 135 |
| Binary | 11110010 | 11101000 | 11110001 | 0 | 100 | 0 | 101 | 100110010 | 11100 | 1011101 |
Color Harmonies of #F2E8F1
Complementary color
Monochromatic Colors of #F2E8F1
Black with #F2E8F1
Text Example
Text Example
White with #F2E8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E8F1; }
p { color: rgb(242,232,241); }
H1.HeaderClassName
{
color: #F2E8F1;
}
.AnyTagClassName
{
color: #F2E8F1;
}
</style>
background-color css
<style>
a { background-color: #F2E8F1; }
a { background-color: rgb(242,232,241); }
div.DivClassName
{
background-color: #F2E8F1;
}
.BgClassName
{
background-color: #F2E8F1;
}
</style>
border-color css
<style>
span { border-color: #F2E8F1; }
span { border-color: rgb(242,232,241); }
td.TdClassName
{
border-color: #F2E8F1;
}
.TagClassName
{
border-color: #F2E8F1;
}
</style>