Shades of Floral White #FFFCF4
Tints of Floral White #FFFCF4
RGB
CMYK
RGB Variations
Color information
#FFFCF4 (or 0xFFFCF4) is known color: Floral White. HEX triplet: FF, FC and F4. RGB value is (255,252,244). Sum of RGB (Red+Green+Blue) = 255+252+244=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 244 (95.70% from 255 or 32.49% from 751); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCF4 is #00030B. Grayscale: #FCFCFC. Windows color (decimal): -780 or 16055551. OLE color: 16055551.
HSL color Cylindrical-coordinate representation of color #FFFCF4: hue angle of 43.64º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFFCF4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 244 | - |
CMYK | 0 | 0.01 | 0.04 | 0 |
HSL | 43.64º | 1% | 0.98% | - |
HSV(B) | 43.64º | 0.04% | 1% | - |
XYZ | 92.38 | 97.41 | 99.52 | - |
YUV | 251.99 | 123.49 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 244 | 0 | 0.01 | 0.04 | 0 | 43.64 | 1 | 0.98 |
Hex | FF | FC | F4 | 0 | 1 | 4 | 0 | 2C | 64 | 62 |
Octal | 377 | 374 | 364 | 0 | 1 | 4 | 0 | 54 | 144 | 142 |
Binary | 11111111 | 11111100 | 11110100 | 0 | 1 | 100 | 0 | 101100 | 1100100 | 1100010 |
Color Harmonies of #FFFCF4
Complementary color
Monochromatic Colors of #FFFCF4
Black with #FFFCF4
Text Example
Text Example
White with #FFFCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCF4; }
p { color: rgb(255,252,244); }
H1.HeaderClassName
{
color: #FFFCF4;
}
.AnyTagClassName
{
color: #FFFCF4;
}
</style>
background-color css
<style>
a { background-color: #FFFCF4; }
a { background-color: rgb(255,252,244); }
div.DivClassName
{
background-color: #FFFCF4;
}
.BgClassName
{
background-color: #FFFCF4;
}
</style>
border-color css
<style>
span { border-color: #FFFCF4; }
span { border-color: rgb(255,252,244); }
td.TdClassName
{
border-color: #FFFCF4;
}
.TagClassName
{
border-color: #FFFCF4;
}
</style>