Shades of Selago #F2EDF1
Tints of Selago #F2EDF1
RGB
CMYK
RGB Variations
Color information
#F2EDF1 (or 0xF2EDF1) is known color: Selago. HEX triplet: F2, ED and F1. RGB value is (242,237,241). Sum of RGB (Red+Green+Blue) = 242+237+241=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDF1 is #0D120E. Grayscale: #EEEEEE. Windows color (decimal): -856591 or 15855090. OLE color: 15855090.
HSL color Cylindrical-coordinate representation of color #F2EDF1: hue angle of 312º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2EDF1 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 241 | - |
| CMYK | 0 | 0.02 | 0.00 | 0.05 |
| HSL | 312º | 0.16% | 0.94% | - |
| HSV(B) | 312º | 0.02% | 0.95% | - |
| XYZ | 82.78 | 85.8 | 95.42 | - |
| YUV | 238.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 241 | 0 | 0.02 | 0.00 | 0.05 | 312 | 0.16 | 0.94 |
| Hex | F2 | ED | F1 | 0 | 2 | 0 | 5 | 138 | 10 | 5E |
| Octal | 362 | 355 | 361 | 0 | 2 | 0 | 5 | 470 | 20 | 136 |
| Binary | 11110010 | 11101101 | 11110001 | 0 | 10 | 0 | 101 | 100111000 | 10000 | 1011110 |
Color Harmonies of #F2EDF1
Complementary color
Monochromatic Colors of #F2EDF1
Black with #F2EDF1
Text Example
Text Example
White with #F2EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDF1; }
p { color: rgb(242,237,241); }
H1.HeaderClassName
{
color: #F2EDF1;
}
.AnyTagClassName
{
color: #F2EDF1;
}
</style>
background-color css
<style>
a { background-color: #F2EDF1; }
a { background-color: rgb(242,237,241); }
div.DivClassName
{
background-color: #F2EDF1;
}
.BgClassName
{
background-color: #F2EDF1;
}
</style>
border-color css
<style>
span { border-color: #F2EDF1; }
span { border-color: rgb(242,237,241); }
td.TdClassName
{
border-color: #F2EDF1;
}
.TagClassName
{
border-color: #F2EDF1;
}
</style>