Shades of Magnolia #FCF5FE
Tints of Magnolia #FCF5FE
RGB
CMYK
RGB Variations
Color information
#FCF5FE (or 0xFCF5FE) is known color: Magnolia. HEX triplet: FC, F5 and FE. RGB value is (252,245,254). Sum of RGB (Red+Green+Blue) = 252+245+254=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 245 (96.09% from 255 or 32.62% from 751); Blue value is 254 (99.61% from 255 or 33.82% from 751); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5FE is #030A01. Grayscale: #F8F8F8. Windows color (decimal): -199170 or 16709116. OLE color: 16709116.
HSL color Cylindrical-coordinate representation of color #FCF5FE: hue angle of 286.67º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FCF5FE is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 245 | 254 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.00 |
| HSL | 286.67º | 0.82% | 0.98% | - |
| HSV(B) | 286.67º | 0.04% | 1% | - |
| XYZ | 90.69 | 93.16 | 106.97 | - |
| YUV | 248.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 254 | 0.01 | 0.04 | 0 | 0.00 | 286.67 | 0.82 | 0.98 |
| Hex | FC | F5 | FE | 1 | 4 | 0 | 0 | 11F | 52 | 62 |
| Octal | 374 | 365 | 376 | 1 | 4 | 0 | 0 | 437 | 122 | 142 |
| Binary | 11111100 | 11110101 | 11111110 | 1 | 100 | 0 | 0 | 100011111 | 1010010 | 1100010 |
Color Harmonies of #FCF5FE
Complementary color
Monochromatic Colors of #FCF5FE
Black with #FCF5FE
Text Example
Text Example
White with #FCF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF5FE; }
p { color: rgb(252,245,254); }
H1.HeaderClassName
{
color: #FCF5FE;
}
.AnyTagClassName
{
color: #FCF5FE;
}
</style>
background-color css
<style>
a { background-color: #FCF5FE; }
a { background-color: rgb(252,245,254); }
div.DivClassName
{
background-color: #FCF5FE;
}
.BgClassName
{
background-color: #FCF5FE;
}
</style>
border-color css
<style>
span { border-color: #FCF5FE; }
span { border-color: rgb(252,245,254); }
td.TdClassName
{
border-color: #FCF5FE;
}
.TagClassName
{
border-color: #FCF5FE;
}
</style>