Shades of Magnolia #FEF9FF
Tints of Magnolia #FEF9FF
RGB
CMYK
RGB Variations
Color information
#FEF9FF (or 0xFEF9FF) is known color: Magnolia. HEX triplet: FE, F9 and FF. RGB value is (254,249,255). Sum of RGB (Red+Green+Blue) = 254+249+255=758 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.51% from 758); Green value is 249 (97.66% from 255 or 32.85% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEF9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9FF is #010600. Grayscale: #FBFBFB. Windows color (decimal): -67073 or 16775678. OLE color: 16775678.
HSL color Cylindrical-coordinate representation of color #FEF9FF: hue angle of 290º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEF9FF is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 249 | 255 | - |
| CMYK | 0.00 | 0.02 | 0 | 0 |
| HSL | 290º | 1% | 0.99% | - |
| HSV(B) | 290º | 0.02% | 1% | - |
| XYZ | 92.8 | 96.04 | 108.25 | - |
| YUV | 251.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 255 | 0.00 | 0.02 | 0 | 0 | 290 | 1 | 0.99 |
| Hex | FE | F9 | FF | 0 | 2 | 0 | 0 | 122 | 64 | 63 |
| Octal | 376 | 371 | 377 | 0 | 2 | 0 | 0 | 442 | 144 | 143 |
| Binary | 11111110 | 11111001 | 11111111 | 0 | 10 | 0 | 0 | 100100010 | 1100100 | 1100011 |
Color Harmonies of #FEF9FF
Complementary color
Monochromatic Colors of #FEF9FF
Black with #FEF9FF
Text Example
Text Example
White with #FEF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9FF; }
p { color: rgb(254,249,255); }
H1.HeaderClassName
{
color: #FEF9FF;
}
.AnyTagClassName
{
color: #FEF9FF;
}
</style>
background-color css
<style>
a { background-color: #FEF9FF; }
a { background-color: rgb(254,249,255); }
div.DivClassName
{
background-color: #FEF9FF;
}
.BgClassName
{
background-color: #FEF9FF;
}
</style>
border-color css
<style>
span { border-color: #FEF9FF; }
span { border-color: rgb(254,249,255); }
td.TdClassName
{
border-color: #FEF9FF;
}
.TagClassName
{
border-color: #FEF9FF;
}
</style>