Shades of Selago #F3EAF2
Tints of Selago #F3EAF2
RGB
CMYK
RGB Variations
Color information
#F3EAF2 (or 0xF3EAF2) is known color: Selago. HEX triplet: F3, EA and F2. RGB value is (243,234,242). Sum of RGB (Red+Green+Blue) = 243+234+242=719 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.80% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EAF2 is #0C150D. Grayscale: #EDEDED. Windows color (decimal): -791822 or 15919859. OLE color: 15919859.
HSL color Cylindrical-coordinate representation of color #F3EAF2: hue angle of 306.67º 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 #F3EAF2 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 242 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.05 |
| HSL | 306.67º | 0.27% | 0.94% | - |
| HSV(B) | 306.67º | 0.04% | 0.95% | - |
| XYZ | 82.41 | 84.31 | 95.93 | - |
| YUV | 237.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 242 | 0 | 0.04 | 0.00 | 0.05 | 306.67 | 0.27 | 0.94 |
| Hex | F3 | EA | F2 | 0 | 4 | 0 | 5 | 133 | 1B | 5E |
| Octal | 363 | 352 | 362 | 0 | 4 | 0 | 5 | 463 | 33 | 136 |
| Binary | 11110011 | 11101010 | 11110010 | 0 | 100 | 0 | 101 | 100110011 | 11011 | 1011110 |
Color Harmonies of #F3EAF2
Complementary color
Monochromatic Colors of #F3EAF2
Black with #F3EAF2
Text Example
Text Example
White with #F3EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EAF2; }
p { color: rgb(243,234,242); }
H1.HeaderClassName
{
color: #F3EAF2;
}
.AnyTagClassName
{
color: #F3EAF2;
}
</style>
background-color css
<style>
a { background-color: #F3EAF2; }
a { background-color: rgb(243,234,242); }
div.DivClassName
{
background-color: #F3EAF2;
}
.BgClassName
{
background-color: #F3EAF2;
}
</style>
border-color css
<style>
span { border-color: #F3EAF2; }
span { border-color: rgb(243,234,242); }
td.TdClassName
{
border-color: #F3EAF2;
}
.TagClassName
{
border-color: #F3EAF2;
}
</style>