Shades of Selago #F2E7F1
Tints of Selago #F2E7F1
RGB
CMYK
RGB Variations
Color information
#F2E7F1 (or 0xF2E7F1) is known color: Selago. HEX triplet: F2, E7 and F1. RGB value is (242,231,241). Sum of RGB (Red+Green+Blue) = 242+231+241=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E7F1 is #0D180E. Grayscale: #EBEBEB. Windows color (decimal): -858127 or 15853554. OLE color: 15853554.
HSL color Cylindrical-coordinate representation of color #F2E7F1: hue angle of 305.45º degrees, saturation: 0.3, 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 #F2E7F1 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 241 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.05 |
| HSL | 305.45º | 0.3% | 0.93% | - |
| HSV(B) | 305.45º | 0.05% | 0.95% | - |
| XYZ | 81.07 | 82.38 | 94.85 | - |
| YUV | 235.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 241 | 0 | 0.05 | 0.00 | 0.05 | 305.45 | 0.3 | 0.93 |
| Hex | F2 | E7 | F1 | 0 | 5 | 0 | 5 | 131 | 1E | 5D |
| Octal | 362 | 347 | 361 | 0 | 5 | 0 | 5 | 461 | 36 | 135 |
| Binary | 11110010 | 11100111 | 11110001 | 0 | 101 | 0 | 101 | 100110001 | 11110 | 1011101 |
Color Harmonies of #F2E7F1
Complementary color
Monochromatic Colors of #F2E7F1
Black with #F2E7F1
Text Example
Text Example
White with #F2E7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7F1; }
p { color: rgb(242,231,241); }
H1.HeaderClassName
{
color: #F2E7F1;
}
.AnyTagClassName
{
color: #F2E7F1;
}
</style>
background-color css
<style>
a { background-color: #F2E7F1; }
a { background-color: rgb(242,231,241); }
div.DivClassName
{
background-color: #F2E7F1;
}
.BgClassName
{
background-color: #F2E7F1;
}
</style>
border-color css
<style>
span { border-color: #F2E7F1; }
span { border-color: rgb(242,231,241); }
td.TdClassName
{
border-color: #F2E7F1;
}
.TagClassName
{
border-color: #F2E7F1;
}
</style>