Shades of Magnolia #F9F2FF
Tints of Magnolia #F9F2FF
RGB
CMYK
RGB Variations
Color information
#F9F2FF (or 0xF9F2FF) is known color: Magnolia. HEX triplet: F9, F2 and FF. RGB value is (249,242,255). Sum of RGB (Red+Green+Blue) = 249+242+255=746 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.38% from 746); Green value is 242 (94.92% from 255 or 32.44% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9F2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F2FF is #060D00. Grayscale: #F5F5F5. Windows color (decimal): -396545 or 16773881. OLE color: 16773881.
HSL color Cylindrical-coordinate representation of color #F9F2FF: hue angle of 272.31º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9F2FF is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 249 | 242 | 255 | - |
CMYK | 0.02 | 0.05 | 0 | 0 |
HSL | 272.31º | 1% | 0.97% | - |
HSV(B) | 272.31º | 0.05% | 1% | - |
XYZ | 88.87 | 90.86 | 107.46 | - |
YUV | 245.58 | 133.32 | 130.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 242 | 255 | 0.02 | 0.05 | 0 | 0 | 272.31 | 1 | 0.97 |
Hex | F9 | F2 | FF | 2 | 5 | 0 | 0 | 110 | 64 | 61 |
Octal | 371 | 362 | 377 | 2 | 5 | 0 | 0 | 420 | 144 | 141 |
Binary | 11111001 | 11110010 | 11111111 | 10 | 101 | 0 | 0 | 100010000 | 1100100 | 1100001 |
Color Harmonies of #F9F2FF
Complementary color
Monochromatic Colors of #F9F2FF
Black with #F9F2FF
Text Example
Text Example
White with #F9F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F2FF; }
p { color: rgb(249,242,255); }
H1.HeaderClassName
{
color: #F9F2FF;
}
.AnyTagClassName
{
color: #F9F2FF;
}
</style>
background-color css
<style>
a { background-color: #F9F2FF; }
a { background-color: rgb(249,242,255); }
div.DivClassName
{
background-color: #F9F2FF;
}
.BgClassName
{
background-color: #F9F2FF;
}
</style>
border-color css
<style>
span { border-color: #F9F2FF; }
span { border-color: rgb(249,242,255); }
td.TdClassName
{
border-color: #F9F2FF;
}
.TagClassName
{
border-color: #F9F2FF;
}
</style>