Shades of Selago #F5EDF4
Tints of Selago #F5EDF4
RGB
CMYK
RGB Variations
Color information
#F5EDF4 (or 0xF5EDF4) is known color: Selago. HEX triplet: F5, ED and F4. RGB value is (245,237,244). Sum of RGB (Red+Green+Blue) = 245+237+244=726 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.75% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 244 (95.70% from 255 or 33.61% from 726); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDF4 is #0A120B. Grayscale: #F0F0F0. Windows color (decimal): -659980 or 16051701. OLE color: 16051701.
HSL color Cylindrical-coordinate representation of color #F5EDF4: hue angle of 307.5º 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 #F5EDF4 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 244 | - |
| CMYK | 0 | 0.03 | 0.00 | 0.04 |
| HSL | 307.5º | 0.29% | 0.95% | - |
| HSV(B) | 307.5º | 0.03% | 0.96% | - |
| XYZ | 84.27 | 86.51 | 97.85 | - |
| YUV | 240.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 244 | 0 | 0.03 | 0.00 | 0.04 | 307.5 | 0.29 | 0.95 |
| Hex | F5 | ED | F4 | 0 | 3 | 0 | 4 | 134 | 1D | 5F |
| Octal | 365 | 355 | 364 | 0 | 3 | 0 | 4 | 464 | 35 | 137 |
| Binary | 11110101 | 11101101 | 11110100 | 0 | 11 | 0 | 100 | 100110100 | 11101 | 1011111 |
Color Harmonies of #F5EDF4
Complementary color
Monochromatic Colors of #F5EDF4
Black with #F5EDF4
Text Example
Text Example
White with #F5EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDF4; }
p { color: rgb(245,237,244); }
H1.HeaderClassName
{
color: #F5EDF4;
}
.AnyTagClassName
{
color: #F5EDF4;
}
</style>
background-color css
<style>
a { background-color: #F5EDF4; }
a { background-color: rgb(245,237,244); }
div.DivClassName
{
background-color: #F5EDF4;
}
.BgClassName
{
background-color: #F5EDF4;
}
</style>
border-color css
<style>
span { border-color: #F5EDF4; }
span { border-color: rgb(245,237,244); }
td.TdClassName
{
border-color: #F5EDF4;
}
.TagClassName
{
border-color: #F5EDF4;
}
</style>