Shades of Magnolia #FCF9FD
Tints of Magnolia #FCF9FD
RGB
CMYK
RGB Variations
Color information
#FCF9FD (or 0xFCF9FD) is known color: Magnolia. HEX triplet: FC, F9 and FD. RGB value is (252,249,253). Sum of RGB (Red+Green+Blue) = 252+249+253=754 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.42% from 754); Green value is 249 (97.66% from 255 or 33.02% from 754); Blue value is 253 (99.22% from 255 or 33.55% from 754); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9FD is #030602. Grayscale: #FAFAFA. Windows color (decimal): -198147 or 16644604. OLE color: 16644604.
HSL color Cylindrical-coordinate representation of color #FCF9FD: hue angle of 285º degrees, saturation: 0.5, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCF9FD is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 249 | 253 | - |
CMYK | 0.00 | 0.02 | 0 | 0.01 |
HSL | 285º | 0.5% | 0.98% | - |
HSV(B) | 285º | 0.02% | 0.99% | - |
XYZ | 91.75 | 95.54 | 106.53 | - |
YUV | 250.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 249 | 253 | 0.00 | 0.02 | 0 | 0.01 | 285 | 0.5 | 0.98 |
Hex | FC | F9 | FD | 0 | 2 | 0 | 1 | 11D | 32 | 62 |
Octal | 374 | 371 | 375 | 0 | 2 | 0 | 1 | 435 | 62 | 142 |
Binary | 11111100 | 11111001 | 11111101 | 0 | 10 | 0 | 1 | 100011101 | 110010 | 1100010 |
Color Harmonies of #FCF9FD
Complementary color
Monochromatic Colors of #FCF9FD
Black with #FCF9FD
Text Example
Text Example
White with #FCF9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9FD; }
p { color: rgb(252,249,253); }
H1.HeaderClassName
{
color: #FCF9FD;
}
.AnyTagClassName
{
color: #FCF9FD;
}
</style>
background-color css
<style>
a { background-color: #FCF9FD; }
a { background-color: rgb(252,249,253); }
div.DivClassName
{
background-color: #FCF9FD;
}
.BgClassName
{
background-color: #FCF9FD;
}
</style>
border-color css
<style>
span { border-color: #FCF9FD; }
span { border-color: rgb(252,249,253); }
td.TdClassName
{
border-color: #FCF9FD;
}
.TagClassName
{
border-color: #FCF9FD;
}
</style>