Shades of Selago #F4EEF5
Tints of Selago #F4EEF5
RGB
CMYK
RGB Variations
Color information
#F4EEF5 (or 0xF4EEF5) is known color: Selago. HEX triplet: F4, EE and F5. RGB value is (244,238,245). Sum of RGB (Red+Green+Blue) = 244+238+245=727 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.56% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 245 - color contains mainly: blue. Hex color #F4EEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EEF5 is #0B110A. Grayscale: #F0F0F0. Windows color (decimal): -725259 or 16117492. OLE color: 16117492.
HSL color Cylindrical-coordinate representation of color #F4EEF5: hue angle of 291.43º degrees, saturation: 0.26, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F4EEF5 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 245 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.04 |
| HSL | 291.43º | 0.26% | 0.95% | - |
| HSV(B) | 291.43º | 0.03% | 0.96% | - |
| XYZ | 84.36 | 86.97 | 98.73 | - |
| YUV | 240.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 245 | 0.00 | 0.03 | 0 | 0.04 | 291.43 | 0.26 | 0.95 |
| Hex | F4 | EE | F5 | 0 | 3 | 0 | 4 | 123 | 1A | 5F |
| Octal | 364 | 356 | 365 | 0 | 3 | 0 | 4 | 443 | 32 | 137 |
| Binary | 11110100 | 11101110 | 11110101 | 0 | 11 | 0 | 100 | 100100011 | 11010 | 1011111 |
Color Harmonies of #F4EEF5
Complementary color
Monochromatic Colors of #F4EEF5
Black with #F4EEF5
Text Example
Text Example
White with #F4EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EEF5; }
p { color: rgb(244,238,245); }
H1.HeaderClassName
{
color: #F4EEF5;
}
.AnyTagClassName
{
color: #F4EEF5;
}
</style>
background-color css
<style>
a { background-color: #F4EEF5; }
a { background-color: rgb(244,238,245); }
div.DivClassName
{
background-color: #F4EEF5;
}
.BgClassName
{
background-color: #F4EEF5;
}
</style>
border-color css
<style>
span { border-color: #F4EEF5; }
span { border-color: rgb(244,238,245); }
td.TdClassName
{
border-color: #F4EEF5;
}
.TagClassName
{
border-color: #F4EEF5;
}
</style>