Shades of Selago #F2EAF1
Tints of Selago #F2EAF1
RGB
CMYK
RGB Variations
Color information
#F2EAF1 (or 0xF2EAF1) is known color: Selago. HEX triplet: F2, EA and F1. RGB value is (242,234,241). Sum of RGB (Red+Green+Blue) = 242+234+241=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAF1 is #0D150E. Grayscale: #EDEDED. Windows color (decimal): -857359 or 15854322. OLE color: 15854322.
HSL color Cylindrical-coordinate representation of color #F2EAF1: hue angle of 307.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EAF1 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 241 | - |
| CMYK | 0 | 0.03 | 0.00 | 0.05 |
| HSL | 307.5º | 0.24% | 0.93% | - |
| HSV(B) | 307.5º | 0.03% | 0.95% | - |
| XYZ | 81.92 | 84.07 | 95.13 | - |
| YUV | 237.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 241 | 0 | 0.03 | 0.00 | 0.05 | 307.5 | 0.24 | 0.93 |
| Hex | F2 | EA | F1 | 0 | 3 | 0 | 5 | 134 | 18 | 5D |
| Octal | 362 | 352 | 361 | 0 | 3 | 0 | 5 | 464 | 30 | 135 |
| Binary | 11110010 | 11101010 | 11110001 | 0 | 11 | 0 | 101 | 100110100 | 11000 | 1011101 |
Color Harmonies of #F2EAF1
Complementary color
Monochromatic Colors of #F2EAF1
Black with #F2EAF1
Text Example
Text Example
White with #F2EAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAF1; }
p { color: rgb(242,234,241); }
H1.HeaderClassName
{
color: #F2EAF1;
}
.AnyTagClassName
{
color: #F2EAF1;
}
</style>
background-color css
<style>
a { background-color: #F2EAF1; }
a { background-color: rgb(242,234,241); }
div.DivClassName
{
background-color: #F2EAF1;
}
.BgClassName
{
background-color: #F2EAF1;
}
</style>
border-color css
<style>
span { border-color: #F2EAF1; }
span { border-color: rgb(242,234,241); }
td.TdClassName
{
border-color: #F2EAF1;
}
.TagClassName
{
border-color: #F2EAF1;
}
</style>