Shades of Selago #F7EDF5
Tints of Selago #F7EDF5
RGB
CMYK
RGB Variations
Color information
#F7EDF5 (or 0xF7EDF5) is known color: Selago. HEX triplet: F7, ED and F5. RGB value is (247,237,245). Sum of RGB (Red+Green+Blue) = 247+237+245=729 (96% of max value = 765). Red value is 247 (96.88% from 255 or 33.88% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 245 (96.09% from 255 or 33.61% from 729); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EDF5 is #08120A. Grayscale: #F0F0F0. Windows color (decimal): -528907 or 16117239. OLE color: 16117239.
HSL color Cylindrical-coordinate representation of color #F7EDF5: hue angle of 312º degrees, saturation: 0.38, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F7EDF5 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 245 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.03 |
| HSL | 312º | 0.38% | 0.95% | - |
| HSV(B) | 312º | 0.04% | 0.97% | - |
| XYZ | 85.12 | 86.94 | 98.68 | - |
| YUV | 240.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 245 | 0 | 0.04 | 0.01 | 0.03 | 312 | 0.38 | 0.95 |
| Hex | F7 | ED | F5 | 0 | 4 | 1 | 3 | 138 | 26 | 5F |
| Octal | 367 | 355 | 365 | 0 | 4 | 1 | 3 | 470 | 46 | 137 |
| Binary | 11110111 | 11101101 | 11110101 | 0 | 100 | 1 | 11 | 100111000 | 100110 | 1011111 |
Color Harmonies of #F7EDF5
Complementary color
Monochromatic Colors of #F7EDF5
Black with #F7EDF5
Text Example
Text Example
White with #F7EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EDF5; }
p { color: rgb(247,237,245); }
H1.HeaderClassName
{
color: #F7EDF5;
}
.AnyTagClassName
{
color: #F7EDF5;
}
</style>
background-color css
<style>
a { background-color: #F7EDF5; }
a { background-color: rgb(247,237,245); }
div.DivClassName
{
background-color: #F7EDF5;
}
.BgClassName
{
background-color: #F7EDF5;
}
</style>
border-color css
<style>
span { border-color: #F7EDF5; }
span { border-color: rgb(247,237,245); }
td.TdClassName
{
border-color: #F7EDF5;
}
.TagClassName
{
border-color: #F7EDF5;
}
</style>