Shades of Selago #F9ECFA
Tints of Selago #F9ECFA
RGB
CMYK
RGB Variations
Color information
#F9ECFA (or 0xF9ECFA) is known color: Selago. HEX triplet: F9, EC and FA. RGB value is (249,236,250). Sum of RGB (Red+Green+Blue) = 249+236+250=735 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.88% from 735); Green value is 236 (92.58% from 255 or 32.11% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9ECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9ECFA is #061305. Grayscale: #F1F1F1. Windows color (decimal): -398086 or 16444665. OLE color: 16444665.
HSL color Cylindrical-coordinate representation of color #F9ECFA: hue angle of 295.71º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F9ECFA is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 236 | 250 | - |
CMYK | 0.00 | 0.06 | 0 | 0.02 |
HSL | 295.71º | 0.58% | 0.95% | - |
HSV(B) | 295.71º | 0.06% | 0.98% | - |
XYZ | 86.32 | 87.03 | 102.69 | - |
YUV | 241.48 | 132.81 | 133.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 236 | 250 | 0.00 | 0.06 | 0 | 0.02 | 295.71 | 0.58 | 0.95 |
Hex | F9 | EC | FA | 0 | 6 | 0 | 2 | 128 | 3A | 5F |
Octal | 371 | 354 | 372 | 0 | 6 | 0 | 2 | 450 | 72 | 137 |
Binary | 11111001 | 11101100 | 11111010 | 0 | 110 | 0 | 10 | 100101000 | 111010 | 1011111 |
Color Harmonies of #F9ECFA
Complementary color
Monochromatic Colors of #F9ECFA
Black with #F9ECFA
Text Example
Text Example
White with #F9ECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ECFA; }
p { color: rgb(249,236,250); }
H1.HeaderClassName
{
color: #F9ECFA;
}
.AnyTagClassName
{
color: #F9ECFA;
}
</style>
background-color css
<style>
a { background-color: #F9ECFA; }
a { background-color: rgb(249,236,250); }
div.DivClassName
{
background-color: #F9ECFA;
}
.BgClassName
{
background-color: #F9ECFA;
}
</style>
border-color css
<style>
span { border-color: #F9ECFA; }
span { border-color: rgb(249,236,250); }
td.TdClassName
{
border-color: #F9ECFA;
}
.TagClassName
{
border-color: #F9ECFA;
}
</style>