Shades of Selago #F5EFF5
Tints of Selago #F5EFF5
RGB
CMYK
RGB Variations
Color information
#F5EFF5 (or 0xF5EFF5) is known color: Selago. HEX triplet: F5, EF and F5. RGB value is (245,239,245). Sum of RGB (Red+Green+Blue) = 245+239+245=729 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.61% from 729); Green value is 239 (93.75% from 255 or 32.78% from 729); Blue value is 245 (96.09% from 255 or 33.61% from 729); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F5EFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFF5 is #0A100A. Grayscale: #F1F1F1. Windows color (decimal): -659467 or 16117749. OLE color: 16117749.
HSL color Cylindrical-coordinate representation of color #F5EFF5: hue angle of 300º degrees, saturation: 0.23, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5EFF5 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 245 | - |
| CMYK | 0 | 0.02 | 0 | 0.04 |
| HSL | 300º | 0.23% | 0.95% | - |
| HSV(B) | 300º | 0.02% | 0.96% | - |
| XYZ | 85 | 87.74 | 98.84 | - |
| YUV | 241.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 245 | 0 | 0.02 | 0 | 0.04 | 300 | 0.23 | 0.95 |
| Hex | F5 | EF | F5 | 0 | 2 | 0 | 4 | 12C | 17 | 5F |
| Octal | 365 | 357 | 365 | 0 | 2 | 0 | 4 | 454 | 27 | 137 |
| Binary | 11110101 | 11101111 | 11110101 | 0 | 10 | 0 | 100 | 100101100 | 10111 | 1011111 |
Color Harmonies of #F5EFF5
Complementary color
Monochromatic Colors of #F5EFF5
Black with #F5EFF5
Text Example
Text Example
White with #F5EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFF5; }
p { color: rgb(245,239,245); }
H1.HeaderClassName
{
color: #F5EFF5;
}
.AnyTagClassName
{
color: #F5EFF5;
}
</style>
background-color css
<style>
a { background-color: #F5EFF5; }
a { background-color: rgb(245,239,245); }
div.DivClassName
{
background-color: #F5EFF5;
}
.BgClassName
{
background-color: #F5EFF5;
}
</style>
border-color css
<style>
span { border-color: #F5EFF5; }
span { border-color: rgb(245,239,245); }
td.TdClassName
{
border-color: #F5EFF5;
}
.TagClassName
{
border-color: #F5EFF5;
}
</style>