Shades of Selago #F9F0FA
Tints of Selago #F9F0FA
RGB
CMYK
RGB Variations
Color information
#F9F0FA (or 0xF9F0FA) is known color: Selago. HEX triplet: F9, F0 and FA. RGB value is (249,240,250). Sum of RGB (Red+Green+Blue) = 249+240+250=739 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.69% from 739); Green value is 240 (94.14% from 255 or 32.48% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9F0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0FA is #060F05. Grayscale: #F3F3F3. Windows color (decimal): -397062 or 16445689. OLE color: 16445689.
HSL color Cylindrical-coordinate representation of color #F9F0FA: hue angle of 294º degrees, saturation: 0.5, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9F0FA is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 250 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.02 |
| HSL | 294º | 0.5% | 0.96% | - |
| HSV(B) | 294º | 0.04% | 0.98% | - |
| XYZ | 87.48 | 89.36 | 103.08 | - |
| YUV | 243.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 250 | 0.00 | 0.04 | 0 | 0.02 | 294 | 0.5 | 0.96 |
| Hex | F9 | F0 | FA | 0 | 4 | 0 | 2 | 126 | 32 | 60 |
| Octal | 371 | 360 | 372 | 0 | 4 | 0 | 2 | 446 | 62 | 140 |
| Binary | 11111001 | 11110000 | 11111010 | 0 | 100 | 0 | 10 | 100100110 | 110010 | 1100000 |
Color Harmonies of #F9F0FA
Complementary color
Monochromatic Colors of #F9F0FA
Black with #F9F0FA
Text Example
Text Example
White with #F9F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0FA; }
p { color: rgb(249,240,250); }
H1.HeaderClassName
{
color: #F9F0FA;
}
.AnyTagClassName
{
color: #F9F0FA;
}
</style>
background-color css
<style>
a { background-color: #F9F0FA; }
a { background-color: rgb(249,240,250); }
div.DivClassName
{
background-color: #F9F0FA;
}
.BgClassName
{
background-color: #F9F0FA;
}
</style>
border-color css
<style>
span { border-color: #F9F0FA; }
span { border-color: rgb(249,240,250); }
td.TdClassName
{
border-color: #F9F0FA;
}
.TagClassName
{
border-color: #F9F0FA;
}
</style>