Shades of Magnolia #F9F6FD
Tints of Magnolia #F9F6FD
RGB
CMYK
RGB Variations
Color information
#F9F6FD (or 0xF9F6FD) is known color: Magnolia. HEX triplet: F9, F6 and FD. RGB value is (249,246,253). Sum of RGB (Red+Green+Blue) = 249+246+253=748 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.29% from 748); Green value is 246 (96.48% from 255 or 32.89% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9F6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F6FD is #060902. Grayscale: #F7F7F7. Windows color (decimal): -395523 or 16643833. OLE color: 16643833.
HSL color Cylindrical-coordinate representation of color #F9F6FD: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F9F6FD is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 246 | 253 | - |
CMYK | 0.02 | 0.03 | 0 | 0.01 |
HSL | 265.71º | 0.64% | 0.98% | - |
HSV(B) | 265.71º | 0.03% | 0.99% | - |
XYZ | 89.75 | 93.14 | 106.18 | - |
YUV | 247.7 | 130.99 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 246 | 253 | 0.02 | 0.03 | 0 | 0.01 | 265.71 | 0.64 | 0.98 |
Hex | F9 | F6 | FD | 2 | 3 | 0 | 1 | 10A | 40 | 62 |
Octal | 371 | 366 | 375 | 2 | 3 | 0 | 1 | 412 | 100 | 142 |
Binary | 11111001 | 11110110 | 11111101 | 10 | 11 | 0 | 1 | 100001010 | 1000000 | 1100010 |
Color Harmonies of #F9F6FD
Complementary color
Monochromatic Colors of #F9F6FD
Black with #F9F6FD
Text Example
Text Example
White with #F9F6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F6FD; }
p { color: rgb(249,246,253); }
H1.HeaderClassName
{
color: #F9F6FD;
}
.AnyTagClassName
{
color: #F9F6FD;
}
</style>
background-color css
<style>
a { background-color: #F9F6FD; }
a { background-color: rgb(249,246,253); }
div.DivClassName
{
background-color: #F9F6FD;
}
.BgClassName
{
background-color: #F9F6FD;
}
</style>
border-color css
<style>
span { border-color: #F9F6FD; }
span { border-color: rgb(249,246,253); }
td.TdClassName
{
border-color: #F9F6FD;
}
.TagClassName
{
border-color: #F9F6FD;
}
</style>