Shades of Selago #F2E1F0
Tints of Selago #F2E1F0
RGB
CMYK
RGB Variations
Color information
#F2E1F0 (or 0xF2E1F0) is known color: Selago. HEX triplet: F2, E1 and F0. RGB value is (242,225,240). Sum of RGB (Red+Green+Blue) = 242+225+240=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1F0 is #0D1E0F. Grayscale: #E7E7E7. Windows color (decimal): -859664 or 15786482. OLE color: 15786482.
HSL color Cylindrical-coordinate representation of color #F2E1F0: hue angle of 307.06º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E1F0 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 240 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.05 |
| HSL | 307.06º | 0.4% | 0.92% | - |
| HSV(B) | 307.06º | 0.07% | 0.95% | - |
| XYZ | 79.27 | 79.02 | 93.51 | - |
| YUV | 231.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 240 | 0 | 0.07 | 0.01 | 0.05 | 307.06 | 0.4 | 0.92 |
| Hex | F2 | E1 | F0 | 0 | 7 | 1 | 5 | 133 | 28 | 5C |
| Octal | 362 | 341 | 360 | 0 | 7 | 1 | 5 | 463 | 50 | 134 |
| Binary | 11110010 | 11100001 | 11110000 | 0 | 111 | 1 | 101 | 100110011 | 101000 | 1011100 |
Color Harmonies of #F2E1F0
Complementary color
Monochromatic Colors of #F2E1F0
Black with #F2E1F0
Text Example
Text Example
White with #F2E1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1F0; }
p { color: rgb(242,225,240); }
H1.HeaderClassName
{
color: #F2E1F0;
}
.AnyTagClassName
{
color: #F2E1F0;
}
</style>
background-color css
<style>
a { background-color: #F2E1F0; }
a { background-color: rgb(242,225,240); }
div.DivClassName
{
background-color: #F2E1F0;
}
.BgClassName
{
background-color: #F2E1F0;
}
</style>
border-color css
<style>
span { border-color: #F2E1F0; }
span { border-color: rgb(242,225,240); }
td.TdClassName
{
border-color: #F2E1F0;
}
.TagClassName
{
border-color: #F2E1F0;
}
</style>