Shades of Selago #F2E0F0
Tints of Selago #F2E0F0
RGB
CMYK
RGB Variations
Color information
#F2E0F0 (or 0xF2E0F0) is known color: Selago. HEX triplet: F2, E0 and F0. RGB value is (242,224,240). Sum of RGB (Red+Green+Blue) = 242+224+240=706 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.28% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0F0 is #0D1F0F. Grayscale: #E7E7E7. Windows color (decimal): -859920 or 15786226. OLE color: 15786226.
HSL color Cylindrical-coordinate representation of color #F2E0F0: hue angle of 306.67º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E0F0 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 240 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.05 |
| HSL | 306.67º | 0.41% | 0.91% | - |
| HSV(B) | 306.67º | 0.07% | 0.95% | - |
| XYZ | 79 | 78.48 | 93.42 | - |
| YUV | 231.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 240 | 0 | 0.07 | 0.01 | 0.05 | 306.67 | 0.41 | 0.91 |
| Hex | F2 | E0 | F0 | 0 | 7 | 1 | 5 | 133 | 29 | 5B |
| Octal | 362 | 340 | 360 | 0 | 7 | 1 | 5 | 463 | 51 | 133 |
| Binary | 11110010 | 11100000 | 11110000 | 0 | 111 | 1 | 101 | 100110011 | 101001 | 1011011 |
Color Harmonies of #F2E0F0
Complementary color
Monochromatic Colors of #F2E0F0
Black with #F2E0F0
Text Example
Text Example
White with #F2E0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0F0; }
p { color: rgb(242,224,240); }
H1.HeaderClassName
{
color: #F2E0F0;
}
.AnyTagClassName
{
color: #F2E0F0;
}
</style>
background-color css
<style>
a { background-color: #F2E0F0; }
a { background-color: rgb(242,224,240); }
div.DivClassName
{
background-color: #F2E0F0;
}
.BgClassName
{
background-color: #F2E0F0;
}
</style>
border-color css
<style>
span { border-color: #F2E0F0; }
span { border-color: rgb(242,224,240); }
td.TdClassName
{
border-color: #F2E0F0;
}
.TagClassName
{
border-color: #F2E0F0;
}
</style>