Shades of Magnolia #FBF1FF
Tints of Magnolia #FBF1FF
RGB
CMYK
RGB Variations
Color information
#FBF1FF (or 0xFBF1FF) is known color: Magnolia. HEX triplet: FB, F1 and FF. RGB value is (251,241,255). Sum of RGB (Red+Green+Blue) = 251+241+255=747 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.60% from 747); Green value is 241 (94.53% from 255 or 32.26% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBF1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF1FF is #040E00. Grayscale: #F5F5F5. Windows color (decimal): -265729 or 16773627. OLE color: 16773627.
HSL color Cylindrical-coordinate representation of color #FBF1FF: hue angle of 282.86º 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 #FBF1FF is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 241 | 255 | - |
| CMYK | 0.02 | 0.05 | 0 | 0 |
| HSL | 282.86º | 1% | 0.97% | - |
| HSV(B) | 282.86º | 0.05% | 1% | - |
| XYZ | 89.29 | 90.64 | 107.4 | - |
| YUV | 245.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 255 | 0.02 | 0.05 | 0 | 0 | 282.86 | 1 | 0.97 |
| Hex | FB | F1 | FF | 2 | 5 | 0 | 0 | 11B | 64 | 61 |
| Octal | 373 | 361 | 377 | 2 | 5 | 0 | 0 | 433 | 144 | 141 |
| Binary | 11111011 | 11110001 | 11111111 | 10 | 101 | 0 | 0 | 100011011 | 1100100 | 1100001 |
Color Harmonies of #FBF1FF
Complementary color
Monochromatic Colors of #FBF1FF
Black with #FBF1FF
Text Example
Text Example
White with #FBF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1FF; }
p { color: rgb(251,241,255); }
H1.HeaderClassName
{
color: #FBF1FF;
}
.AnyTagClassName
{
color: #FBF1FF;
}
</style>
background-color css
<style>
a { background-color: #FBF1FF; }
a { background-color: rgb(251,241,255); }
div.DivClassName
{
background-color: #FBF1FF;
}
.BgClassName
{
background-color: #FBF1FF;
}
</style>
border-color css
<style>
span { border-color: #FBF1FF; }
span { border-color: rgb(251,241,255); }
td.TdClassName
{
border-color: #FBF1FF;
}
.TagClassName
{
border-color: #FBF1FF;
}
</style>