Shades of Selago #F5E1FA
Tints of Selago #F5E1FA
RGB
CMYK
RGB Variations
Color information
#F5E1FA (or 0xF5E1FA) is known color: Selago. HEX triplet: F5, E1 and FA. RGB value is (245,225,250). Sum of RGB (Red+Green+Blue) = 245+225+250=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 225 (88.28% from 255 or 31.25% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5E1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E1FA is #0A1E05. Grayscale: #E9E9E9. Windows color (decimal): -663046 or 16441845. OLE color: 16441845.
HSL color Cylindrical-coordinate representation of color #F5E1FA: hue angle of 288º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5E1FA is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 245 | 225 | 250 | - |
CMYK | 0.02 | 0.10 | 0 | 0.02 |
HSL | 288º | 0.71% | 0.93% | - |
HSV(B) | 288º | 0.1% | 0.98% | - |
XYZ | 81.84 | 80.17 | 101.6 | - |
YUV | 233.83 | 137.13 | 135.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 225 | 250 | 0.02 | 0.10 | 0 | 0.02 | 288 | 0.71 | 0.93 |
Hex | F5 | E1 | FA | 2 | A | 0 | 2 | 120 | 47 | 5D |
Octal | 365 | 341 | 372 | 2 | 12 | 0 | 2 | 440 | 107 | 135 |
Binary | 11110101 | 11100001 | 11111010 | 10 | 1010 | 0 | 10 | 100100000 | 1000111 | 1011101 |
Color Harmonies of #F5E1FA
Complementary color
Monochromatic Colors of #F5E1FA
Black with #F5E1FA
Text Example
Text Example
White with #F5E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E1FA; }
p { color: rgb(245,225,250); }
H1.HeaderClassName
{
color: #F5E1FA;
}
.AnyTagClassName
{
color: #F5E1FA;
}
</style>
background-color css
<style>
a { background-color: #F5E1FA; }
a { background-color: rgb(245,225,250); }
div.DivClassName
{
background-color: #F5E1FA;
}
.BgClassName
{
background-color: #F5E1FA;
}
</style>
border-color css
<style>
span { border-color: #F5E1FA; }
span { border-color: rgb(245,225,250); }
td.TdClassName
{
border-color: #F5E1FA;
}
.TagClassName
{
border-color: #F5E1FA;
}
</style>