Shades of Selago #F5F2F5
Tints of Selago #F5F2F5
RGB
CMYK
RGB Variations
Color information
#F5F2F5 (or 0xF5F2F5) is known color: Selago. HEX triplet: F5, F2 and F5. RGB value is (245,242,245). Sum of RGB (Red+Green+Blue) = 245+242+245=732 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.47% from 732); Green value is 242 (94.92% from 255 or 33.06% from 732); Blue value is 245 (96.09% from 255 or 33.47% from 732); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F5F2F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F2F5 is #0A0D0A. Grayscale: #F3F3F3. Windows color (decimal): -658699 or 16118517. OLE color: 16118517.
HSL color Cylindrical-coordinate representation of color #F5F2F5: hue angle of 300º degrees, saturation: 0.13, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F5F2F5 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 245 | - |
| CMYK | 0 | 0.01 | 0 | 0.04 |
| HSL | 300º | 0.13% | 0.95% | - |
| HSV(B) | 300º | 0.01% | 0.96% | - |
| XYZ | 85.89 | 89.51 | 99.14 | - |
| YUV | 243.24 | 128.99 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 245 | 0 | 0.01 | 0 | 0.04 | 300 | 0.13 | 0.95 |
| Hex | F5 | F2 | F5 | 0 | 1 | 0 | 4 | 12C | D | 5F |
| Octal | 365 | 362 | 365 | 0 | 1 | 0 | 4 | 454 | 15 | 137 |
| Binary | 11110101 | 11110010 | 11110101 | 0 | 1 | 0 | 100 | 100101100 | 1101 | 1011111 |
Color Harmonies of #F5F2F5
Complementary color
Monochromatic Colors of #F5F2F5
Black with #F5F2F5
Text Example
Text Example
White with #F5F2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F2F5; }
p { color: rgb(245,242,245); }
H1.HeaderClassName
{
color: #F5F2F5;
}
.AnyTagClassName
{
color: #F5F2F5;
}
</style>
background-color css
<style>
a { background-color: #F5F2F5; }
a { background-color: rgb(245,242,245); }
div.DivClassName
{
background-color: #F5F2F5;
}
.BgClassName
{
background-color: #F5F2F5;
}
</style>
border-color css
<style>
span { border-color: #F5F2F5; }
span { border-color: rgb(245,242,245); }
td.TdClassName
{
border-color: #F5F2F5;
}
.TagClassName
{
border-color: #F5F2F5;
}
</style>