Shades of Selago #F8E2FB
Tints of Selago #F8E2FB
RGB
CMYK
RGB Variations
Color information
#F8E2FB (or 0xF8E2FB) is known color: Selago. HEX triplet: F8, E2 and FB. RGB value is (248,226,251). Sum of RGB (Red+Green+Blue) = 248+226+251=725 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.21% from 725); Green value is 226 (88.67% from 255 or 31.17% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8E2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E2FB is #071D04. Grayscale: #EBEBEB. Windows color (decimal): -466181 or 16507640. OLE color: 16507640.
HSL color Cylindrical-coordinate representation of color #F8E2FB: hue angle of 292.8º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8E2FB is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 226 | 251 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.02 |
| HSL | 292.8º | 0.76% | 0.94% | - |
| HSV(B) | 292.8º | 0.1% | 0.98% | - |
| XYZ | 83.32 | 81.31 | 102.57 | - |
| YUV | 235.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 251 | 0.01 | 0.10 | 0 | 0.02 | 292.8 | 0.76 | 0.94 |
| Hex | F8 | E2 | FB | 1 | A | 0 | 2 | 125 | 4C | 5E |
| Octal | 370 | 342 | 373 | 1 | 12 | 0 | 2 | 445 | 114 | 136 |
| Binary | 11111000 | 11100010 | 11111011 | 1 | 1010 | 0 | 10 | 100100101 | 1001100 | 1011110 |
Color Harmonies of #F8E2FB
Complementary color
Monochromatic Colors of #F8E2FB
Black with #F8E2FB
Text Example
Text Example
White with #F8E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E2FB; }
p { color: rgb(248,226,251); }
H1.HeaderClassName
{
color: #F8E2FB;
}
.AnyTagClassName
{
color: #F8E2FB;
}
</style>
background-color css
<style>
a { background-color: #F8E2FB; }
a { background-color: rgb(248,226,251); }
div.DivClassName
{
background-color: #F8E2FB;
}
.BgClassName
{
background-color: #F8E2FB;
}
</style>
border-color css
<style>
span { border-color: #F8E2FB; }
span { border-color: rgb(248,226,251); }
td.TdClassName
{
border-color: #F8E2FB;
}
.TagClassName
{
border-color: #F8E2FB;
}
</style>