Shades of Selago #F9ECF9
Tints of Selago #F9ECF9
RGB
CMYK
RGB Variations
Color information
#F9ECF9 (or 0xF9ECF9) is known color: Selago. HEX triplet: F9, EC and F9. RGB value is (249,236,249). Sum of RGB (Red+Green+Blue) = 249+236+249=734 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.92% from 734); Green value is 236 (92.58% from 255 or 32.15% from 734); Blue value is 249 (97.66% from 255 or 33.92% from 734); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9ECF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9ECF9 is #061306. Grayscale: #F1F1F1. Windows color (decimal): -398087 or 16379129. OLE color: 16379129.
HSL color Cylindrical-coordinate representation of color #F9ECF9: hue angle of 300º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9ECF9 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 236 | 249 | - |
CMYK | 0 | 0.05 | 0 | 0.02 |
HSL | 300º | 0.52% | 0.95% | - |
HSV(B) | 300º | 0.05% | 0.98% | - |
XYZ | 86.16 | 86.97 | 101.87 | - |
YUV | 241.37 | 132.31 | 133.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 236 | 249 | 0 | 0.05 | 0 | 0.02 | 300 | 0.52 | 0.95 |
Hex | F9 | EC | F9 | 0 | 5 | 0 | 2 | 12C | 34 | 5F |
Octal | 371 | 354 | 371 | 0 | 5 | 0 | 2 | 454 | 64 | 137 |
Binary | 11111001 | 11101100 | 11111001 | 0 | 101 | 0 | 10 | 100101100 | 110100 | 1011111 |
Color Harmonies of #F9ECF9
Complementary color
Monochromatic Colors of #F9ECF9
Black with #F9ECF9
Text Example
Text Example
White with #F9ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ECF9; }
p { color: rgb(249,236,249); }
H1.HeaderClassName
{
color: #F9ECF9;
}
.AnyTagClassName
{
color: #F9ECF9;
}
</style>
background-color css
<style>
a { background-color: #F9ECF9; }
a { background-color: rgb(249,236,249); }
div.DivClassName
{
background-color: #F9ECF9;
}
.BgClassName
{
background-color: #F9ECF9;
}
</style>
border-color css
<style>
span { border-color: #F9ECF9; }
span { border-color: rgb(249,236,249); }
td.TdClassName
{
border-color: #F9ECF9;
}
.TagClassName
{
border-color: #F9ECF9;
}
</style>