Shades of Magnolia #FBFAFE
Tints of Magnolia #FBFAFE
RGB
CMYK
RGB Variations
Color information
#FBFAFE (or 0xFBFAFE) is known color: Magnolia. HEX triplet: FB, FA and FE. RGB value is (251,250,254). Sum of RGB (Red+Green+Blue) = 251+250+254=755 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.25% from 755); Green value is 250 (98.05% from 255 or 33.11% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAFE is #040501. Grayscale: #FAFAFA. Windows color (decimal): -263426 or 16710395. OLE color: 16710395.
HSL color Cylindrical-coordinate representation of color #FBFAFE: hue angle of 255º degrees, saturation: 0.67, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FBFAFE is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 250 | 254 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.00 |
| HSL | 255º | 0.67% | 0.99% | - |
| HSV(B) | 255º | 0.02% | 1% | - |
| XYZ | 91.86 | 96.04 | 107.46 | - |
| YUV | 250.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 254 | 0.01 | 0.02 | 0 | 0.00 | 255 | 0.67 | 0.99 |
| Hex | FB | FA | FE | 1 | 2 | 0 | 0 | FF | 43 | 63 |
| Octal | 373 | 372 | 376 | 1 | 2 | 0 | 0 | 377 | 103 | 143 |
| Binary | 11111011 | 11111010 | 11111110 | 1 | 10 | 0 | 0 | 11111111 | 1000011 | 1100011 |
Color Harmonies of #FBFAFE
Complementary color
Monochromatic Colors of #FBFAFE
Black with #FBFAFE
Text Example
Text Example
White with #FBFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAFE; }
p { color: rgb(251,250,254); }
H1.HeaderClassName
{
color: #FBFAFE;
}
.AnyTagClassName
{
color: #FBFAFE;
}
</style>
background-color css
<style>
a { background-color: #FBFAFE; }
a { background-color: rgb(251,250,254); }
div.DivClassName
{
background-color: #FBFAFE;
}
.BgClassName
{
background-color: #FBFAFE;
}
</style>
border-color css
<style>
span { border-color: #FBFAFE; }
span { border-color: rgb(251,250,254); }
td.TdClassName
{
border-color: #FBFAFE;
}
.TagClassName
{
border-color: #FBFAFE;
}
</style>