Shades of Magnolia #FCFBFE
Tints of Magnolia #FCFBFE
RGB
CMYK
RGB Variations
Color information
#FCFBFE (or 0xFCFBFE) is known color: Magnolia. HEX triplet: FC, FB and FE. RGB value is (252,251,254). Sum of RGB (Red+Green+Blue) = 252+251+254=757 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.29% from 757); Green value is 251 (98.44% from 255 or 33.16% from 757); Blue value is 254 (99.61% from 255 or 33.55% from 757); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBFE is #030401. Grayscale: #FBFBFB. Windows color (decimal): -197634 or 16710652. OLE color: 16710652.
HSL color Cylindrical-coordinate representation of color #FCFBFE: hue angle of 260º degrees, saturation: 0.6, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFBFE is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 251 | 254 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.00 |
| HSL | 260º | 0.6% | 0.99% | - |
| HSV(B) | 260º | 0.01% | 1% | - |
| XYZ | 92.53 | 96.85 | 107.58 | - |
| YUV | 251.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 254 | 0.01 | 0.01 | 0 | 0.00 | 260 | 0.6 | 0.99 |
| Hex | FC | FB | FE | 1 | 1 | 0 | 0 | 104 | 3C | 63 |
| Octal | 374 | 373 | 376 | 1 | 1 | 0 | 0 | 404 | 74 | 143 |
| Binary | 11111100 | 11111011 | 11111110 | 1 | 1 | 0 | 0 | 100000100 | 111100 | 1100011 |
Color Harmonies of #FCFBFE
Complementary color
Monochromatic Colors of #FCFBFE
Black with #FCFBFE
Text Example
Text Example
White with #FCFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBFE; }
p { color: rgb(252,251,254); }
H1.HeaderClassName
{
color: #FCFBFE;
}
.AnyTagClassName
{
color: #FCFBFE;
}
</style>
background-color css
<style>
a { background-color: #FCFBFE; }
a { background-color: rgb(252,251,254); }
div.DivClassName
{
background-color: #FCFBFE;
}
.BgClassName
{
background-color: #FCFBFE;
}
</style>
border-color css
<style>
span { border-color: #FCFBFE; }
span { border-color: rgb(252,251,254); }
td.TdClassName
{
border-color: #FCFBFE;
}
.TagClassName
{
border-color: #FCFBFE;
}
</style>