Shades of Floral White #FCFAF3
Tints of Floral White #FCFAF3
RGB
CMYK
RGB Variations
Color information
#FCFAF3 (or 0xFCFAF3) is known color: Floral White. HEX triplet: FC, FA and F3. RGB value is (252,250,243). Sum of RGB (Red+Green+Blue) = 252+250+243=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 243 (95.31% from 255 or 32.62% from 745); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF3 is #03050C. Grayscale: #F9F9F9. Windows color (decimal): -197901 or 15989500. OLE color: 15989500.
HSL color Cylindrical-coordinate representation of color #FCFAF3: hue angle of 46.67º degrees, saturation: 0.6, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FCFAF3 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 250 | 243 | - |
CMYK | 0 | 0.01 | 0.04 | 0.01 |
HSL | 46.67º | 0.6% | 0.97% | - |
HSV(B) | 46.67º | 0.04% | 0.99% | - |
XYZ | 90.51 | 95.54 | 98.46 | - |
YUV | 249.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 250 | 243 | 0 | 0.01 | 0.04 | 0.01 | 46.67 | 0.6 | 0.97 |
Hex | FC | FA | F3 | 0 | 1 | 4 | 1 | 2F | 3C | 61 |
Octal | 374 | 372 | 363 | 0 | 1 | 4 | 1 | 57 | 74 | 141 |
Binary | 11111100 | 11111010 | 11110011 | 0 | 1 | 100 | 1 | 101111 | 111100 | 1100001 |
Color Harmonies of #FCFAF3
Complementary color
Monochromatic Colors of #FCFAF3
Black with #FCFAF3
Text Example
Text Example
White with #FCFAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAF3; }
p { color: rgb(252,250,243); }
H1.HeaderClassName
{
color: #FCFAF3;
}
.AnyTagClassName
{
color: #FCFAF3;
}
</style>
background-color css
<style>
a { background-color: #FCFAF3; }
a { background-color: rgb(252,250,243); }
div.DivClassName
{
background-color: #FCFAF3;
}
.BgClassName
{
background-color: #FCFAF3;
}
</style>
border-color css
<style>
span { border-color: #FCFAF3; }
span { border-color: rgb(252,250,243); }
td.TdClassName
{
border-color: #FCFAF3;
}
.TagClassName
{
border-color: #FCFAF3;
}
</style>