Shades of Selago #F9E8FB
Tints of Selago #F9E8FB
RGB
CMYK
RGB Variations
Color information
#F9E8FB (or 0xF9E8FB) is known color: Selago. HEX triplet: F9, E8 and FB. RGB value is (249,232,251). Sum of RGB (Red+Green+Blue) = 249+232+251=732 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.02% from 732); Green value is 232 (91.02% from 255 or 31.69% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9E8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E8FB is #061704. Grayscale: #EFEFEF. Windows color (decimal): -399109 or 16509177. OLE color: 16509177.
HSL color Cylindrical-coordinate representation of color #F9E8FB: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F9E8FB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 251 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.02 |
| HSL | 293.68º | 0.7% | 0.95% | - |
| HSV(B) | 293.68º | 0.08% | 0.98% | - |
| XYZ | 85.34 | 84.82 | 103.14 | - |
| YUV | 239.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 251 | 0.01 | 0.08 | 0 | 0.02 | 293.68 | 0.7 | 0.95 |
| Hex | F9 | E8 | FB | 1 | 8 | 0 | 2 | 126 | 46 | 5F |
| Octal | 371 | 350 | 373 | 1 | 10 | 0 | 2 | 446 | 106 | 137 |
| Binary | 11111001 | 11101000 | 11111011 | 1 | 1000 | 0 | 10 | 100100110 | 1000110 | 1011111 |
Color Harmonies of #F9E8FB
Complementary color
Monochromatic Colors of #F9E8FB
Black with #F9E8FB
Text Example
Text Example
White with #F9E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E8FB; }
p { color: rgb(249,232,251); }
H1.HeaderClassName
{
color: #F9E8FB;
}
.AnyTagClassName
{
color: #F9E8FB;
}
</style>
background-color css
<style>
a { background-color: #F9E8FB; }
a { background-color: rgb(249,232,251); }
div.DivClassName
{
background-color: #F9E8FB;
}
.BgClassName
{
background-color: #F9E8FB;
}
</style>
border-color css
<style>
span { border-color: #F9E8FB; }
span { border-color: rgb(249,232,251); }
td.TdClassName
{
border-color: #F9E8FB;
}
.TagClassName
{
border-color: #F9E8FB;
}
</style>