Shades of Selago #F2EAF3
Tints of Selago #F2EAF3
RGB
CMYK
RGB Variations
Color information
#F2EAF3 (or 0xF2EAF3) is known color: Selago. HEX triplet: F2, EA and F3. RGB value is (242,234,243). Sum of RGB (Red+Green+Blue) = 242+234+243=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 243 (95.31% from 255 or 33.80% from 719); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2EAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAF3 is #0D150C. Grayscale: #EDEDED. Windows color (decimal): -857357 or 15985394. OLE color: 15985394.
HSL color Cylindrical-coordinate representation of color #F2EAF3: hue angle of 293.33º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2EAF3 is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 243 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.05 |
| HSL | 293.33º | 0.27% | 0.94% | - |
| HSV(B) | 293.33º | 0.04% | 0.95% | - |
| XYZ | 82.22 | 84.19 | 96.71 | - |
| YUV | 237.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 243 | 0.00 | 0.04 | 0 | 0.05 | 293.33 | 0.27 | 0.94 |
| Hex | F2 | EA | F3 | 0 | 4 | 0 | 5 | 125 | 1B | 5E |
| Octal | 362 | 352 | 363 | 0 | 4 | 0 | 5 | 445 | 33 | 136 |
| Binary | 11110010 | 11101010 | 11110011 | 0 | 100 | 0 | 101 | 100100101 | 11011 | 1011110 |
Color Harmonies of #F2EAF3
Complementary color
Monochromatic Colors of #F2EAF3
Black with #F2EAF3
Text Example
Text Example
White with #F2EAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAF3; }
p { color: rgb(242,234,243); }
H1.HeaderClassName
{
color: #F2EAF3;
}
.AnyTagClassName
{
color: #F2EAF3;
}
</style>
background-color css
<style>
a { background-color: #F2EAF3; }
a { background-color: rgb(242,234,243); }
div.DivClassName
{
background-color: #F2EAF3;
}
.BgClassName
{
background-color: #F2EAF3;
}
</style>
border-color css
<style>
span { border-color: #F2EAF3; }
span { border-color: rgb(242,234,243); }
td.TdClassName
{
border-color: #F2EAF3;
}
.TagClassName
{
border-color: #F2EAF3;
}
</style>