Shades of Selago #F5E5F8
Tints of Selago #F5E5F8
RGB
CMYK
RGB Variations
Color information
#F5E5F8 (or 0xF5E5F8) is known color: Selago. HEX triplet: F5, E5 and F8. RGB value is (245,229,248). Sum of RGB (Red+Green+Blue) = 245+229+248=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 229 (89.84% from 255 or 31.72% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5E5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E5F8 is #0A1A07. Grayscale: #EBEBEB. Windows color (decimal): -662024 or 16311797. OLE color: 16311797.
HSL color Cylindrical-coordinate representation of color #F5E5F8: hue angle of 290.53º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5E5F8 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 229 | 248 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.03 |
| HSL | 290.53º | 0.58% | 0.94% | - |
| HSV(B) | 290.53º | 0.08% | 0.97% | - |
| XYZ | 82.62 | 82.23 | 100.32 | - |
| YUV | 235.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 248 | 0.01 | 0.08 | 0 | 0.03 | 290.53 | 0.58 | 0.94 |
| Hex | F5 | E5 | F8 | 1 | 8 | 0 | 3 | 123 | 3A | 5E |
| Octal | 365 | 345 | 370 | 1 | 10 | 0 | 3 | 443 | 72 | 136 |
| Binary | 11110101 | 11100101 | 11111000 | 1 | 1000 | 0 | 11 | 100100011 | 111010 | 1011110 |
Color Harmonies of #F5E5F8
Complementary color
Monochromatic Colors of #F5E5F8
Black with #F5E5F8
Text Example
Text Example
White with #F5E5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E5F8; }
p { color: rgb(245,229,248); }
H1.HeaderClassName
{
color: #F5E5F8;
}
.AnyTagClassName
{
color: #F5E5F8;
}
</style>
background-color css
<style>
a { background-color: #F5E5F8; }
a { background-color: rgb(245,229,248); }
div.DivClassName
{
background-color: #F5E5F8;
}
.BgClassName
{
background-color: #F5E5F8;
}
</style>
border-color css
<style>
span { border-color: #F5E5F8; }
span { border-color: rgb(245,229,248); }
td.TdClassName
{
border-color: #F5E5F8;
}
.TagClassName
{
border-color: #F5E5F8;
}
</style>