Shades of Selago #F2EBF2
Tints of Selago #F2EBF2
RGB
CMYK
RGB Variations
Color information
#F2EBF2 (or 0xF2EBF2) is known color: Selago. HEX triplet: F2, EB and F2. RGB value is (242,235,242). Sum of RGB (Red+Green+Blue) = 242+235+242=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 235 (92.19% from 255 or 32.68% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2EBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBF2 is #0D140D. Grayscale: #EDEDED. Windows color (decimal): -857102 or 15920114. OLE color: 15920114.
HSL color Cylindrical-coordinate representation of color #F2EBF2: hue angle of 300º 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 #F2EBF2 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 242 | - |
| CMYK | 0 | 0.03 | 0 | 0.05 |
| HSL | 300º | 0.21% | 0.94% | - |
| HSV(B) | 300º | 0.03% | 0.95% | - |
| XYZ | 82.35 | 84.7 | 96.01 | - |
| YUV | 237.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 242 | 0 | 0.03 | 0 | 0.05 | 300 | 0.21 | 0.94 |
| Hex | F2 | EB | F2 | 0 | 3 | 0 | 5 | 12C | 15 | 5E |
| Octal | 362 | 353 | 362 | 0 | 3 | 0 | 5 | 454 | 25 | 136 |
| Binary | 11110010 | 11101011 | 11110010 | 0 | 11 | 0 | 101 | 100101100 | 10101 | 1011110 |
Color Harmonies of #F2EBF2
Complementary color
Monochromatic Colors of #F2EBF2
Black with #F2EBF2
Text Example
Text Example
White with #F2EBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBF2; }
p { color: rgb(242,235,242); }
H1.HeaderClassName
{
color: #F2EBF2;
}
.AnyTagClassName
{
color: #F2EBF2;
}
</style>
background-color css
<style>
a { background-color: #F2EBF2; }
a { background-color: rgb(242,235,242); }
div.DivClassName
{
background-color: #F2EBF2;
}
.BgClassName
{
background-color: #F2EBF2;
}
</style>
border-color css
<style>
span { border-color: #F2EBF2; }
span { border-color: rgb(242,235,242); }
td.TdClassName
{
border-color: #F2EBF2;
}
.TagClassName
{
border-color: #F2EBF2;
}
</style>