Shades of Magnolia #FEFBFF
Tints of Magnolia #FEFBFF
RGB
CMYK
RGB Variations
Color information
#FEFBFF (or 0xFEFBFF) is known color: Magnolia. HEX triplet: FE, FB and FF. RGB value is (254,251,255). Sum of RGB (Red+Green+Blue) = 254+251+255=760 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.42% from 760); Green value is 251 (98.44% from 255 or 33.03% from 760); Blue value is 255 (100% from 255 or 33.55% from 760); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBFF is #010400. Grayscale: #FCFCFC. Windows color (decimal): -66561 or 16776190. OLE color: 16776190.
HSL color Cylindrical-coordinate representation of color #FEFBFF: hue angle of 285º 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 #FEFBFF is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 251 | 255 | - |
| CMYK | 0.00 | 0.02 | 0 | 0 |
| HSL | 285º | 1% | 0.99% | - |
| HSV(B) | 285º | 0.02% | 1% | - |
| XYZ | 93.42 | 97.29 | 108.46 | - |
| YUV | 252.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 255 | 0.00 | 0.02 | 0 | 0 | 285 | 1 | 0.99 |
| Hex | FE | FB | FF | 0 | 2 | 0 | 0 | 11D | 64 | 63 |
| Octal | 376 | 373 | 377 | 0 | 2 | 0 | 0 | 435 | 144 | 143 |
| Binary | 11111110 | 11111011 | 11111111 | 0 | 10 | 0 | 0 | 100011101 | 1100100 | 1100011 |
Color Harmonies of #FEFBFF
Complementary color
Monochromatic Colors of #FEFBFF
Black with #FEFBFF
Text Example
Text Example
White with #FEFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFBFF; }
p { color: rgb(254,251,255); }
H1.HeaderClassName
{
color: #FEFBFF;
}
.AnyTagClassName
{
color: #FEFBFF;
}
</style>
background-color css
<style>
a { background-color: #FEFBFF; }
a { background-color: rgb(254,251,255); }
div.DivClassName
{
background-color: #FEFBFF;
}
.BgClassName
{
background-color: #FEFBFF;
}
</style>
border-color css
<style>
span { border-color: #FEFBFF; }
span { border-color: rgb(254,251,255); }
td.TdClassName
{
border-color: #FEFBFF;
}
.TagClassName
{
border-color: #FEFBFF;
}
</style>