Shades of Floral White #FCFAF7
Tints of Floral White #FCFAF7
RGB
CMYK
RGB Variations
Color information
#FCFAF7 (or 0xFCFAF7) is known color: Floral White. HEX triplet: FC, FA and F7. RGB value is (252,250,247). Sum of RGB (Red+Green+Blue) = 252+250+247=749 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.64% from 749); Green value is 250 (98.05% from 255 or 33.38% from 749); Blue value is 247 (96.88% from 255 or 32.98% from 749); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF7 is #030508. Grayscale: #FAFAFA. Windows color (decimal): -197897 or 16251644. OLE color: 16251644.
HSL color Cylindrical-coordinate representation of color #FCFAF7: hue angle of 36º degrees, saturation: 0.45, 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 #FCFAF7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 250 | 247 | - |
CMYK | 0 | 0.01 | 0.02 | 0.01 |
HSL | 36º | 0.45% | 0.98% | - |
HSV(B) | 36º | 0.02% | 0.99% | - |
XYZ | 91.12 | 95.78 | 101.68 | - |
YUV | 250.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 250 | 247 | 0 | 0.01 | 0.02 | 0.01 | 36 | 0.45 | 0.98 |
Hex | FC | FA | F7 | 0 | 1 | 2 | 1 | 24 | 2D | 62 |
Octal | 374 | 372 | 367 | 0 | 1 | 2 | 1 | 44 | 55 | 142 |
Binary | 11111100 | 11111010 | 11110111 | 0 | 1 | 10 | 1 | 100100 | 101101 | 1100010 |
Color Harmonies of #FCFAF7
Complementary color
Monochromatic Colors of #FCFAF7
Black with #FCFAF7
Text Example
Text Example
White with #FCFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAF7; }
p { color: rgb(252,250,247); }
H1.HeaderClassName
{
color: #FCFAF7;
}
.AnyTagClassName
{
color: #FCFAF7;
}
</style>
background-color css
<style>
a { background-color: #FCFAF7; }
a { background-color: rgb(252,250,247); }
div.DivClassName
{
background-color: #FCFAF7;
}
.BgClassName
{
background-color: #FCFAF7;
}
</style>
border-color css
<style>
span { border-color: #FCFAF7; }
span { border-color: rgb(252,250,247); }
td.TdClassName
{
border-color: #FCFAF7;
}
.TagClassName
{
border-color: #FCFAF7;
}
</style>