Shades of Magnolia #FCF9FF
Tints of Magnolia #FCF9FF
RGB
CMYK
RGB Variations
Color information
#FCF9FF (or 0xFCF9FF) is known color: Magnolia. HEX triplet: FC, F9 and FF. RGB value is (252,249,255). Sum of RGB (Red+Green+Blue) = 252+249+255=756 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.33% from 756); Green value is 249 (97.66% from 255 or 32.94% from 756); Blue value is 255 (100% from 255 or 33.73% from 756); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9FF is #030600. Grayscale: #FAFAFA. Windows color (decimal): -198145 or 16775676. OLE color: 16775676.
HSL color Cylindrical-coordinate representation of color #FCF9FF: hue angle of 270º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCF9FF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 249 | 255 | - |
CMYK | 0.01 | 0.02 | 0 | 0 |
HSL | 270º | 1% | 0.99% | - |
HSV(B) | 270º | 0.02% | 1% | - |
XYZ | 92.07 | 95.67 | 108.22 | - |
YUV | 250.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 249 | 255 | 0.01 | 0.02 | 0 | 0 | 270 | 1 | 0.99 |
Hex | FC | F9 | FF | 1 | 2 | 0 | 0 | 10E | 64 | 63 |
Octal | 374 | 371 | 377 | 1 | 2 | 0 | 0 | 416 | 144 | 143 |
Binary | 11111100 | 11111001 | 11111111 | 1 | 10 | 0 | 0 | 100001110 | 1100100 | 1100011 |
Color Harmonies of #FCF9FF
Complementary color
Monochromatic Colors of #FCF9FF
Black with #FCF9FF
Text Example
Text Example
White with #FCF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9FF; }
p { color: rgb(252,249,255); }
H1.HeaderClassName
{
color: #FCF9FF;
}
.AnyTagClassName
{
color: #FCF9FF;
}
</style>
background-color css
<style>
a { background-color: #FCF9FF; }
a { background-color: rgb(252,249,255); }
div.DivClassName
{
background-color: #FCF9FF;
}
.BgClassName
{
background-color: #FCF9FF;
}
</style>
border-color css
<style>
span { border-color: #FCF9FF; }
span { border-color: rgb(252,249,255); }
td.TdClassName
{
border-color: #FCF9FF;
}
.TagClassName
{
border-color: #FCF9FF;
}
</style>