Shades of Selago #F1EDF0
Tints of Selago #F1EDF0
RGB
CMYK
RGB Variations
Color information
#F1EDF0 (or 0xF1EDF0) is known color: Selago. HEX triplet: F1, ED and F0. RGB value is (241,237,240). Sum of RGB (Red+Green+Blue) = 241+237+240=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDF0 is #0E120F. Grayscale: #EEEEEE. Windows color (decimal): -922128 or 15789553. OLE color: 15789553.
HSL color Cylindrical-coordinate representation of color #F1EDF0: hue angle of 315º degrees, saturation: 0.12, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F1EDF0 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 240 | - |
CMYK | 0 | 0.02 | 0.00 | 0.05 |
HSL | 315º | 0.13% | 0.94% | - |
HSV(B) | 315º | 0.02% | 0.95% | - |
XYZ | 82.29 | 85.56 | 94.62 | - |
YUV | 238.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 240 | 0 | 0.02 | 0.00 | 0.05 | 315 | 0.13 | 0.94 |
Hex | F1 | ED | F0 | 0 | 2 | 0 | 5 | 13B | C | 5E |
Octal | 361 | 355 | 360 | 0 | 2 | 0 | 5 | 473 | 14 | 136 |
Binary | 11110001 | 11101101 | 11110000 | 0 | 10 | 0 | 101 | 100111011 | 1100 | 1011110 |
Color Harmonies of #F1EDF0
Complementary color
Monochromatic Colors of #F1EDF0
Black with #F1EDF0
Text Example
Text Example
White with #F1EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDF0; }
p { color: rgb(241,237,240); }
H1.HeaderClassName
{
color: #F1EDF0;
}
.AnyTagClassName
{
color: #F1EDF0;
}
</style>
background-color css
<style>
a { background-color: #F1EDF0; }
a { background-color: rgb(241,237,240); }
div.DivClassName
{
background-color: #F1EDF0;
}
.BgClassName
{
background-color: #F1EDF0;
}
</style>
border-color css
<style>
span { border-color: #F1EDF0; }
span { border-color: rgb(241,237,240); }
td.TdClassName
{
border-color: #F1EDF0;
}
.TagClassName
{
border-color: #F1EDF0;
}
</style>