Shades of Selago #F2EBF1
Tints of Selago #F2EBF1
RGB
CMYK
RGB Variations
Color information
#F2EBF1 (or 0xF2EBF1) is known color: Selago. HEX triplet: F2, EB and F1. RGB value is (242,235,241). Sum of RGB (Red+Green+Blue) = 242+235+241=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBF1 is #0D140E. Grayscale: #EDEDED. Windows color (decimal): -857103 or 15854578. OLE color: 15854578.
HSL color Cylindrical-coordinate representation of color #F2EBF1: hue angle of 308.57º degrees, saturation: 0.21, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EBF1 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 241 | - |
| CMYK | 0 | 0.03 | 0.00 | 0.05 |
| HSL | 308.57º | 0.21% | 0.94% | - |
| HSV(B) | 308.57º | 0.03% | 0.95% | - |
| XYZ | 82.2 | 84.64 | 95.22 | - |
| YUV | 237.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 241 | 0 | 0.03 | 0.00 | 0.05 | 308.57 | 0.21 | 0.94 |
| Hex | F2 | EB | F1 | 0 | 3 | 0 | 5 | 135 | 15 | 5E |
| Octal | 362 | 353 | 361 | 0 | 3 | 0 | 5 | 465 | 25 | 136 |
| Binary | 11110010 | 11101011 | 11110001 | 0 | 11 | 0 | 101 | 100110101 | 10101 | 1011110 |
Color Harmonies of #F2EBF1
Complementary color
Monochromatic Colors of #F2EBF1
Black with #F2EBF1
Text Example
Text Example
White with #F2EBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBF1; }
p { color: rgb(242,235,241); }
H1.HeaderClassName
{
color: #F2EBF1;
}
.AnyTagClassName
{
color: #F2EBF1;
}
</style>
background-color css
<style>
a { background-color: #F2EBF1; }
a { background-color: rgb(242,235,241); }
div.DivClassName
{
background-color: #F2EBF1;
}
.BgClassName
{
background-color: #F2EBF1;
}
</style>
border-color css
<style>
span { border-color: #F2EBF1; }
span { border-color: rgb(242,235,241); }
td.TdClassName
{
border-color: #F2EBF1;
}
.TagClassName
{
border-color: #F2EBF1;
}
</style>