Shades of Selago #F9E0FB
Tints of Selago #F9E0FB
RGB
CMYK
RGB Variations
Color information
#F9E0FB (or 0xF9E0FB) is known color: Selago. HEX triplet: F9, E0 and FB. RGB value is (249,224,251). Sum of RGB (Red+Green+Blue) = 249+224+251=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 224 (87.89% from 255 or 30.94% 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 #F9E0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E0FB is #061F04. Grayscale: #EAEAEA. Windows color (decimal): -401157 or 16507129. OLE color: 16507129.
HSL color Cylindrical-coordinate representation of color #F9E0FB: hue angle of 295.56º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9E0FB is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 251 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.02 |
| HSL | 295.56º | 0.77% | 0.93% | - |
| HSV(B) | 295.56º | 0.11% | 0.98% | - |
| XYZ | 83.14 | 80.42 | 102.41 | - |
| YUV | 234.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 251 | 0.01 | 0.11 | 0 | 0.02 | 295.56 | 0.77 | 0.93 |
| Hex | F9 | E0 | FB | 1 | B | 0 | 2 | 128 | 4D | 5D |
| Octal | 371 | 340 | 373 | 1 | 13 | 0 | 2 | 450 | 115 | 135 |
| Binary | 11111001 | 11100000 | 11111011 | 1 | 1011 | 0 | 10 | 100101000 | 1001101 | 1011101 |
Color Harmonies of #F9E0FB
Complementary color
Monochromatic Colors of #F9E0FB
Black with #F9E0FB
Text Example
Text Example
White with #F9E0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E0FB; }
p { color: rgb(249,224,251); }
H1.HeaderClassName
{
color: #F9E0FB;
}
.AnyTagClassName
{
color: #F9E0FB;
}
</style>
background-color css
<style>
a { background-color: #F9E0FB; }
a { background-color: rgb(249,224,251); }
div.DivClassName
{
background-color: #F9E0FB;
}
.BgClassName
{
background-color: #F9E0FB;
}
</style>
border-color css
<style>
span { border-color: #F9E0FB; }
span { border-color: rgb(249,224,251); }
td.TdClassName
{
border-color: #F9E0FB;
}
.TagClassName
{
border-color: #F9E0FB;
}
</style>