Shades of Floral White #FCFAF2
Tints of Floral White #FCFAF2
RGB
CMYK
RGB Variations
Color information
#FCFAF2 (or 0xFCFAF2) is known color: Floral White. HEX triplet: FC, FA and F2. RGB value is (252,250,242). Sum of RGB (Red+Green+Blue) = 252+250+242=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 242 (94.92% from 255 or 32.53% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF2 is #03050D. Grayscale: #F9F9F9. Windows color (decimal): -197902 or 15923964. OLE color: 15923964.
HSL color Cylindrical-coordinate representation of color #FCFAF2: hue angle of 48º degrees, saturation: 0.62, 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 #FCFAF2 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 250 | 242 | - |
CMYK | 0 | 0.01 | 0.04 | 0.01 |
HSL | 48º | 0.63% | 0.97% | - |
HSV(B) | 48º | 0.04% | 0.99% | - |
XYZ | 90.36 | 95.48 | 97.67 | - |
YUV | 249.69 | 123.66 | 129.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 250 | 242 | 0 | 0.01 | 0.04 | 0.01 | 48 | 0.63 | 0.97 |
Hex | FC | FA | F2 | 0 | 1 | 4 | 1 | 30 | 3E | 61 |
Octal | 374 | 372 | 362 | 0 | 1 | 4 | 1 | 60 | 76 | 141 |
Binary | 11111100 | 11111010 | 11110010 | 0 | 1 | 100 | 1 | 110000 | 111110 | 1100001 |
Color Harmonies of #FCFAF2
Complementary color
Monochromatic Colors of #FCFAF2
Black with #FCFAF2
Text Example
Text Example
White with #FCFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAF2; }
p { color: rgb(252,250,242); }
H1.HeaderClassName
{
color: #FCFAF2;
}
.AnyTagClassName
{
color: #FCFAF2;
}
</style>
background-color css
<style>
a { background-color: #FCFAF2; }
a { background-color: rgb(252,250,242); }
div.DivClassName
{
background-color: #FCFAF2;
}
.BgClassName
{
background-color: #FCFAF2;
}
</style>
border-color css
<style>
span { border-color: #FCFAF2; }
span { border-color: rgb(252,250,242); }
td.TdClassName
{
border-color: #FCFAF2;
}
.TagClassName
{
border-color: #FCFAF2;
}
</style>