Shades of Selago #F2E6F0
Tints of Selago #F2E6F0
RGB
CMYK
RGB Variations
Color information
#F2E6F0 (or 0xF2E6F0) is known color: Selago. HEX triplet: F2, E6 and F0. RGB value is (242,230,240). Sum of RGB (Red+Green+Blue) = 242+230+240=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E6F0 is #0D190F. Grayscale: #EAEAEA. Windows color (decimal): -858384 or 15787762. OLE color: 15787762.
HSL color Cylindrical-coordinate representation of color #F2E6F0: hue angle of 310º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2E6F0 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 240 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.05 |
| HSL | 310º | 0.32% | 0.93% | - |
| HSV(B) | 310º | 0.05% | 0.95% | - |
| XYZ | 80.64 | 81.76 | 93.97 | - |
| YUV | 234.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 240 | 0 | 0.05 | 0.01 | 0.05 | 310 | 0.32 | 0.93 |
| Hex | F2 | E6 | F0 | 0 | 5 | 1 | 5 | 136 | 20 | 5D |
| Octal | 362 | 346 | 360 | 0 | 5 | 1 | 5 | 466 | 40 | 135 |
| Binary | 11110010 | 11100110 | 11110000 | 0 | 101 | 1 | 101 | 100110110 | 100000 | 1011101 |
Color Harmonies of #F2E6F0
Complementary color
Monochromatic Colors of #F2E6F0
Black with #F2E6F0
Text Example
Text Example
White with #F2E6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6F0; }
p { color: rgb(242,230,240); }
H1.HeaderClassName
{
color: #F2E6F0;
}
.AnyTagClassName
{
color: #F2E6F0;
}
</style>
background-color css
<style>
a { background-color: #F2E6F0; }
a { background-color: rgb(242,230,240); }
div.DivClassName
{
background-color: #F2E6F0;
}
.BgClassName
{
background-color: #F2E6F0;
}
</style>
border-color css
<style>
span { border-color: #F2E6F0; }
span { border-color: rgb(242,230,240); }
td.TdClassName
{
border-color: #F2E6F0;
}
.TagClassName
{
border-color: #F2E6F0;
}
</style>