Shades of Floral White #FFFCF2
Tints of Floral White #FFFCF2
RGB
CMYK
RGB Variations
Color information
#FFFCF2 (or 0xFFFCF2) is known color: Floral White. HEX triplet: FF, FC and F2. RGB value is (255,252,242). Sum of RGB (Red+Green+Blue) = 255+252+242=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 252 (98.83% from 255 or 33.64% from 749); Blue value is 242 (94.92% from 255 or 32.31% from 749); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCF2 is #00030D. Grayscale: #FBFBFB. Windows color (decimal): -782 or 15924479. OLE color: 15924479.
HSL color Cylindrical-coordinate representation of color #FFFCF2: hue angle of 46.15º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFFCF2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 242 | - |
CMYK | 0 | 0.01 | 0.05 | 0 |
HSL | 46.15º | 1% | 0.97% | - |
HSV(B) | 46.15º | 0.05% | 1% | - |
XYZ | 92.08 | 97.29 | 97.93 | - |
YUV | 251.76 | 122.49 | 130.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 242 | 0 | 0.01 | 0.05 | 0 | 46.15 | 1 | 0.97 |
Hex | FF | FC | F2 | 0 | 1 | 5 | 0 | 2E | 64 | 61 |
Octal | 377 | 374 | 362 | 0 | 1 | 5 | 0 | 56 | 144 | 141 |
Binary | 11111111 | 11111100 | 11110010 | 0 | 1 | 101 | 0 | 101110 | 1100100 | 1100001 |
Color Harmonies of #FFFCF2
Complementary color
Monochromatic Colors of #FFFCF2
Black with #FFFCF2
Text Example
Text Example
White with #FFFCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCF2; }
p { color: rgb(255,252,242); }
H1.HeaderClassName
{
color: #FFFCF2;
}
.AnyTagClassName
{
color: #FFFCF2;
}
</style>
background-color css
<style>
a { background-color: #FFFCF2; }
a { background-color: rgb(255,252,242); }
div.DivClassName
{
background-color: #FFFCF2;
}
.BgClassName
{
background-color: #FFFCF2;
}
</style>
border-color css
<style>
span { border-color: #FFFCF2; }
span { border-color: rgb(255,252,242); }
td.TdClassName
{
border-color: #FFFCF2;
}
.TagClassName
{
border-color: #FFFCF2;
}
</style>