Shades of Selago #F5EDF5
Tints of Selago #F5EDF5
RGB
CMYK
RGB Variations
Color information
#F5EDF5 (or 0xF5EDF5) is known color: Selago. HEX triplet: F5, ED and F5. RGB value is (245,237,245). Sum of RGB (Red+Green+Blue) = 245+237+245=727 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.70% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F5EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDF5 is #0A120A. Grayscale: #F0F0F0. Windows color (decimal): -659979 or 16117237. OLE color: 16117237.
HSL color Cylindrical-coordinate representation of color #F5EDF5: hue angle of 300º degrees, saturation: 0.29, 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 #F5EDF5 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 245 | - |
| CMYK | 0 | 0.03 | 0 | 0.04 |
| HSL | 300º | 0.29% | 0.95% | - |
| HSV(B) | 300º | 0.03% | 0.96% | - |
| XYZ | 84.42 | 86.57 | 98.65 | - |
| YUV | 240.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 245 | 0 | 0.03 | 0 | 0.04 | 300 | 0.29 | 0.95 |
| Hex | F5 | ED | F5 | 0 | 3 | 0 | 4 | 12C | 1D | 5F |
| Octal | 365 | 355 | 365 | 0 | 3 | 0 | 4 | 454 | 35 | 137 |
| Binary | 11110101 | 11101101 | 11110101 | 0 | 11 | 0 | 100 | 100101100 | 11101 | 1011111 |
Color Harmonies of #F5EDF5
Complementary color
Monochromatic Colors of #F5EDF5
Black with #F5EDF5
Text Example
Text Example
White with #F5EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDF5; }
p { color: rgb(245,237,245); }
H1.HeaderClassName
{
color: #F5EDF5;
}
.AnyTagClassName
{
color: #F5EDF5;
}
</style>
background-color css
<style>
a { background-color: #F5EDF5; }
a { background-color: rgb(245,237,245); }
div.DivClassName
{
background-color: #F5EDF5;
}
.BgClassName
{
background-color: #F5EDF5;
}
</style>
border-color css
<style>
span { border-color: #F5EDF5; }
span { border-color: rgb(245,237,245); }
td.TdClassName
{
border-color: #F5EDF5;
}
.TagClassName
{
border-color: #F5EDF5;
}
</style>