Shades of Selago #F8E1F5
Tints of Selago #F8E1F5
RGB
CMYK
RGB Variations
Color information
#F8E1F5 (or 0xF8E1F5) is known color: Selago. HEX triplet: F8, E1 and F5. RGB value is (248,225,245). Sum of RGB (Red+Green+Blue) = 248+225+245=718 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.54% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E1F5 is #071E0A. Grayscale: #EAEAEA. Windows color (decimal): -466443 or 16114168. OLE color: 16114168.
HSL color Cylindrical-coordinate representation of color #F8E1F5: hue angle of 307.83º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F8E1F5 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 245 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.03 |
| HSL | 307.83º | 0.62% | 0.93% | - |
| HSV(B) | 307.83º | 0.09% | 0.97% | - |
| XYZ | 82.12 | 80.4 | 97.58 | - |
| YUV | 234.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 245 | 0 | 0.09 | 0.01 | 0.03 | 307.83 | 0.62 | 0.93 |
| Hex | F8 | E1 | F5 | 0 | 9 | 1 | 3 | 134 | 3E | 5D |
| Octal | 370 | 341 | 365 | 0 | 11 | 1 | 3 | 464 | 76 | 135 |
| Binary | 11111000 | 11100001 | 11110101 | 0 | 1001 | 1 | 11 | 100110100 | 111110 | 1011101 |
Color Harmonies of #F8E1F5
Complementary color
Monochromatic Colors of #F8E1F5
Black with #F8E1F5
Text Example
Text Example
White with #F8E1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1F5; }
p { color: rgb(248,225,245); }
H1.HeaderClassName
{
color: #F8E1F5;
}
.AnyTagClassName
{
color: #F8E1F5;
}
</style>
background-color css
<style>
a { background-color: #F8E1F5; }
a { background-color: rgb(248,225,245); }
div.DivClassName
{
background-color: #F8E1F5;
}
.BgClassName
{
background-color: #F8E1F5;
}
</style>
border-color css
<style>
span { border-color: #F8E1F5; }
span { border-color: rgb(248,225,245); }
td.TdClassName
{
border-color: #F8E1F5;
}
.TagClassName
{
border-color: #F8E1F5;
}
</style>