Shades of Magnolia #F5F4F6
Tints of Magnolia #F5F4F6
RGB
CMYK
RGB Variations
Color information
#F5F4F6 (or 0xF5F4F6) is known color: Magnolia. HEX triplet: F5, F4 and F6. RGB value is (245,244,246). Sum of RGB (Red+Green+Blue) = 245+244+246=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 244 (95.70% from 255 or 33.20% from 735); Blue value is 246 (96.48% from 255 or 33.47% from 735); Max value from RGB is 246 - color contains mainly: blue. Hex color #F5F4F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F4F6 is #0A0B09. Grayscale: #F4F4F4. Windows color (decimal): -658186 or 16184565. OLE color: 16184565.
HSL color Cylindrical-coordinate representation of color #F5F4F6: hue angle of 270º degrees, saturation: 0.1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F5F4F6 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 244 | 246 | - |
CMYK | 0.00 | 0.01 | 0 | 0.04 |
HSL | 270º | 0.1% | 0.96% | - |
HSV(B) | 270º | 0.01% | 0.96% | - |
XYZ | 86.64 | 90.77 | 100.14 | - |
YUV | 244.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 244 | 246 | 0.00 | 0.01 | 0 | 0.04 | 270 | 0.1 | 0.96 |
Hex | F5 | F4 | F6 | 0 | 1 | 0 | 4 | 10E | A | 60 |
Octal | 365 | 364 | 366 | 0 | 1 | 0 | 4 | 416 | 12 | 140 |
Binary | 11110101 | 11110100 | 11110110 | 0 | 1 | 0 | 100 | 100001110 | 1010 | 1100000 |
Color Harmonies of #F5F4F6
Complementary color
Monochromatic Colors of #F5F4F6
Black with #F5F4F6
Text Example
Text Example
White with #F5F4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F4F6; }
p { color: rgb(245,244,246); }
H1.HeaderClassName
{
color: #F5F4F6;
}
.AnyTagClassName
{
color: #F5F4F6;
}
</style>
background-color css
<style>
a { background-color: #F5F4F6; }
a { background-color: rgb(245,244,246); }
div.DivClassName
{
background-color: #F5F4F6;
}
.BgClassName
{
background-color: #F5F4F6;
}
</style>
border-color css
<style>
span { border-color: #F5F4F6; }
span { border-color: rgb(245,244,246); }
td.TdClassName
{
border-color: #F5F4F6;
}
.TagClassName
{
border-color: #F5F4F6;
}
</style>