Shades of Magnolia #FCF8FF
Tints of Magnolia #FCF8FF
RGB
CMYK
RGB Variations
Color information
#FCF8FF (or 0xFCF8FF) is known color: Magnolia. HEX triplet: FC, F8 and FF. RGB value is (252,248,255). Sum of RGB (Red+Green+Blue) = 252+248+255=755 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.38% from 755); Green value is 248 (97.27% from 255 or 32.85% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8FF is #030700. Grayscale: #F9F9F9. Windows color (decimal): -198401 or 16775420. OLE color: 16775420.
HSL color Cylindrical-coordinate representation of color #FCF8FF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FCF8FF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 248 | 255 | - |
| CMYK | 0.01 | 0.03 | 0 | 0 |
| HSL | 274.29º | 1% | 0.99% | - |
| HSV(B) | 274.29º | 0.03% | 1% | - |
| XYZ | 91.76 | 95.05 | 108.12 | - |
| YUV | 249.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 255 | 0.01 | 0.03 | 0 | 0 | 274.29 | 1 | 0.99 |
| Hex | FC | F8 | FF | 1 | 3 | 0 | 0 | 112 | 64 | 63 |
| Octal | 374 | 370 | 377 | 1 | 3 | 0 | 0 | 422 | 144 | 143 |
| Binary | 11111100 | 11111000 | 11111111 | 1 | 11 | 0 | 0 | 100010010 | 1100100 | 1100011 |
Color Harmonies of #FCF8FF
Complementary color
Monochromatic Colors of #FCF8FF
Black with #FCF8FF
Text Example
Text Example
White with #FCF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8FF; }
p { color: rgb(252,248,255); }
H1.HeaderClassName
{
color: #FCF8FF;
}
.AnyTagClassName
{
color: #FCF8FF;
}
</style>
background-color css
<style>
a { background-color: #FCF8FF; }
a { background-color: rgb(252,248,255); }
div.DivClassName
{
background-color: #FCF8FF;
}
.BgClassName
{
background-color: #FCF8FF;
}
</style>
border-color css
<style>
span { border-color: #FCF8FF; }
span { border-color: rgb(252,248,255); }
td.TdClassName
{
border-color: #FCF8FF;
}
.TagClassName
{
border-color: #FCF8FF;
}
</style>