Shades of Selago #F8E1FB
Tints of Selago #F8E1FB
RGB
CMYK
RGB Variations
Color information
#F8E1FB (or 0xF8E1FB) is known color: Selago. HEX triplet: F8, E1 and FB. RGB value is (248,225,251). Sum of RGB (Red+Green+Blue) = 248+225+251=724 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.25% from 724); Green value is 225 (88.28% from 255 or 31.08% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8E1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E1FB is #071E04. Grayscale: #EAEAEA. Windows color (decimal): -466437 or 16507384. OLE color: 16507384.
HSL color Cylindrical-coordinate representation of color #F8E1FB: hue angle of 293.08º degrees, saturation: 0.76, 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 #F8E1FB is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 225 | 251 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.02 |
| HSL | 293.08º | 0.76% | 0.93% | - |
| HSV(B) | 293.08º | 0.1% | 0.98% | - |
| XYZ | 83.05 | 80.77 | 102.48 | - |
| YUV | 234.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 251 | 0.01 | 0.10 | 0 | 0.02 | 293.08 | 0.76 | 0.93 |
| Hex | F8 | E1 | FB | 1 | A | 0 | 2 | 125 | 4C | 5D |
| Octal | 370 | 341 | 373 | 1 | 12 | 0 | 2 | 445 | 114 | 135 |
| Binary | 11111000 | 11100001 | 11111011 | 1 | 1010 | 0 | 10 | 100100101 | 1001100 | 1011101 |
Color Harmonies of #F8E1FB
Complementary color
Monochromatic Colors of #F8E1FB
Black with #F8E1FB
Text Example
Text Example
White with #F8E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1FB; }
p { color: rgb(248,225,251); }
H1.HeaderClassName
{
color: #F8E1FB;
}
.AnyTagClassName
{
color: #F8E1FB;
}
</style>
background-color css
<style>
a { background-color: #F8E1FB; }
a { background-color: rgb(248,225,251); }
div.DivClassName
{
background-color: #F8E1FB;
}
.BgClassName
{
background-color: #F8E1FB;
}
</style>
border-color css
<style>
span { border-color: #F8E1FB; }
span { border-color: rgb(248,225,251); }
td.TdClassName
{
border-color: #F8E1FB;
}
.TagClassName
{
border-color: #F8E1FB;
}
</style>