Shades of Magnolia #FCFAFF
Tints of Magnolia #FCFAFF
RGB
CMYK
RGB Variations
Color information
#FCFAFF (or 0xFCFAFF) is known color: Magnolia. HEX triplet: FC, FA and FF. RGB value is (252,250,255). Sum of RGB (Red+Green+Blue) = 252+250+255=757 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.29% from 757); Green value is 250 (98.05% from 255 or 33.03% from 757); Blue value is 255 (100% from 255 or 33.69% from 757); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAFF is #030500. Grayscale: #FBFBFB. Windows color (decimal): -197889 or 16775932. OLE color: 16775932.
HSL color Cylindrical-coordinate representation of color #FCFAFF: hue angle of 264º 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 #FCFAFF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 250 | 255 | - |
CMYK | 0.01 | 0.02 | 0 | 0 |
HSL | 264º | 1% | 0.99% | - |
HSV(B) | 264º | 0.02% | 1% | - |
XYZ | 92.38 | 96.29 | 108.32 | - |
YUV | 251.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 250 | 255 | 0.01 | 0.02 | 0 | 0 | 264 | 1 | 0.99 |
Hex | FC | FA | FF | 1 | 2 | 0 | 0 | 108 | 64 | 63 |
Octal | 374 | 372 | 377 | 1 | 2 | 0 | 0 | 410 | 144 | 143 |
Binary | 11111100 | 11111010 | 11111111 | 1 | 10 | 0 | 0 | 100001000 | 1100100 | 1100011 |
Color Harmonies of #FCFAFF
Complementary color
Monochromatic Colors of #FCFAFF
Black with #FCFAFF
Text Example
Text Example
White with #FCFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAFF; }
p { color: rgb(252,250,255); }
H1.HeaderClassName
{
color: #FCFAFF;
}
.AnyTagClassName
{
color: #FCFAFF;
}
</style>
background-color css
<style>
a { background-color: #FCFAFF; }
a { background-color: rgb(252,250,255); }
div.DivClassName
{
background-color: #FCFAFF;
}
.BgClassName
{
background-color: #FCFAFF;
}
</style>
border-color css
<style>
span { border-color: #FCFAFF; }
span { border-color: rgb(252,250,255); }
td.TdClassName
{
border-color: #FCFAFF;
}
.TagClassName
{
border-color: #FCFAFF;
}
</style>