Shades of Selago #F6EDF5
Tints of Selago #F6EDF5
RGB
CMYK
RGB Variations
Color information
#F6EDF5 (or 0xF6EDF5) is known color: Selago. HEX triplet: F6, ED and F5. RGB value is (246,237,245). Sum of RGB (Red+Green+Blue) = 246+237+245=728 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.79% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 245 (96.09% from 255 or 33.65% from 728); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EDF5 is #09120A. Grayscale: #F0F0F0. Windows color (decimal): -594443 or 16117238. OLE color: 16117238.
HSL color Cylindrical-coordinate representation of color #F6EDF5: hue angle of 306.67º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6EDF5 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 245 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.04 |
| HSL | 306.67º | 0.33% | 0.95% | - |
| HSV(B) | 306.67º | 0.04% | 0.96% | - |
| XYZ | 84.77 | 86.75 | 98.66 | - |
| YUV | 240.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 245 | 0 | 0.04 | 0.00 | 0.04 | 306.67 | 0.33 | 0.95 |
| Hex | F6 | ED | F5 | 0 | 4 | 0 | 4 | 133 | 21 | 5F |
| Octal | 366 | 355 | 365 | 0 | 4 | 0 | 4 | 463 | 41 | 137 |
| Binary | 11110110 | 11101101 | 11110101 | 0 | 100 | 0 | 100 | 100110011 | 100001 | 1011111 |
Color Harmonies of #F6EDF5
Complementary color
Monochromatic Colors of #F6EDF5
Black with #F6EDF5
Text Example
Text Example
White with #F6EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDF5; }
p { color: rgb(246,237,245); }
H1.HeaderClassName
{
color: #F6EDF5;
}
.AnyTagClassName
{
color: #F6EDF5;
}
</style>
background-color css
<style>
a { background-color: #F6EDF5; }
a { background-color: rgb(246,237,245); }
div.DivClassName
{
background-color: #F6EDF5;
}
.BgClassName
{
background-color: #F6EDF5;
}
</style>
border-color css
<style>
span { border-color: #F6EDF5; }
span { border-color: rgb(246,237,245); }
td.TdClassName
{
border-color: #F6EDF5;
}
.TagClassName
{
border-color: #F6EDF5;
}
</style>