Shades of Magnolia #F9F3FE
Tints of Magnolia #F9F3FE
RGB
CMYK
RGB Variations
Color information
#F9F3FE (or 0xF9F3FE) is known color: Magnolia. HEX triplet: F9, F3 and FE. RGB value is (249,243,254). Sum of RGB (Red+Green+Blue) = 249+243+254=746 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.38% from 746); Green value is 243 (95.31% from 255 or 32.57% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9F3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F3FE is #060C01. Grayscale: #F6F6F6. Windows color (decimal): -396290 or 16708601. OLE color: 16708601.
HSL color Cylindrical-coordinate representation of color #F9F3FE: hue angle of 272.73º degrees, saturation: 0.85, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9F3FE is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 249 | 243 | 254 | - |
CMYK | 0.02 | 0.04 | 0 | 0.00 |
HSL | 272.73º | 0.85% | 0.97% | - |
HSV(B) | 272.73º | 0.04% | 1% | - |
XYZ | 89.01 | 91.4 | 106.72 | - |
YUV | 246.05 | 132.49 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 243 | 254 | 0.02 | 0.04 | 0 | 0.00 | 272.73 | 0.85 | 0.97 |
Hex | F9 | F3 | FE | 2 | 4 | 0 | 0 | 111 | 55 | 61 |
Octal | 371 | 363 | 376 | 2 | 4 | 0 | 0 | 421 | 125 | 141 |
Binary | 11111001 | 11110011 | 11111110 | 10 | 100 | 0 | 0 | 100010001 | 1010101 | 1100001 |
Color Harmonies of #F9F3FE
Complementary color
Monochromatic Colors of #F9F3FE
Black with #F9F3FE
Text Example
Text Example
White with #F9F3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F3FE; }
p { color: rgb(249,243,254); }
H1.HeaderClassName
{
color: #F9F3FE;
}
.AnyTagClassName
{
color: #F9F3FE;
}
</style>
background-color css
<style>
a { background-color: #F9F3FE; }
a { background-color: rgb(249,243,254); }
div.DivClassName
{
background-color: #F9F3FE;
}
.BgClassName
{
background-color: #F9F3FE;
}
</style>
border-color css
<style>
span { border-color: #F9F3FE; }
span { border-color: rgb(249,243,254); }
td.TdClassName
{
border-color: #F9F3FE;
}
.TagClassName
{
border-color: #F9F3FE;
}
</style>