Shades of Selago #F9E3FA
Tints of Selago #F9E3FA
RGB
CMYK
RGB Variations
Color information
#F9E3FA (or 0xF9E3FA) is known color: Selago. HEX triplet: F9, E3 and FA. RGB value is (249,227,250). Sum of RGB (Red+Green+Blue) = 249+227+250=726 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.30% from 726); Green value is 227 (89.06% from 255 or 31.27% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9E3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E3FA is #061C05. Grayscale: #ECECEC. Windows color (decimal): -400390 or 16442361. OLE color: 16442361.
HSL color Cylindrical-coordinate representation of color #F9E3FA: hue angle of 297.39º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F9E3FA is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 250 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.02 |
| HSL | 297.39º | 0.7% | 0.94% | - |
| HSV(B) | 297.39º | 0.09% | 0.98% | - |
| XYZ | 83.79 | 81.98 | 101.85 | - |
| YUV | 236.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 250 | 0.00 | 0.09 | 0 | 0.02 | 297.39 | 0.7 | 0.94 |
| Hex | F9 | E3 | FA | 0 | 9 | 0 | 2 | 129 | 46 | 5E |
| Octal | 371 | 343 | 372 | 0 | 11 | 0 | 2 | 451 | 106 | 136 |
| Binary | 11111001 | 11100011 | 11111010 | 0 | 1001 | 0 | 10 | 100101001 | 1000110 | 1011110 |
Color Harmonies of #F9E3FA
Complementary color
Monochromatic Colors of #F9E3FA
Black with #F9E3FA
Text Example
Text Example
White with #F9E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E3FA; }
p { color: rgb(249,227,250); }
H1.HeaderClassName
{
color: #F9E3FA;
}
.AnyTagClassName
{
color: #F9E3FA;
}
</style>
background-color css
<style>
a { background-color: #F9E3FA; }
a { background-color: rgb(249,227,250); }
div.DivClassName
{
background-color: #F9E3FA;
}
.BgClassName
{
background-color: #F9E3FA;
}
</style>
border-color css
<style>
span { border-color: #F9E3FA; }
span { border-color: rgb(249,227,250); }
td.TdClassName
{
border-color: #F9E3FA;
}
.TagClassName
{
border-color: #F9E3FA;
}
</style>