Shades of Floral White #FFFCF0
Tints of Floral White #FFFCF0
RGB
CMYK
RGB Variations
Color information
#FFFCF0 (or 0xFFFCF0) is known color: Floral White. HEX triplet: FF, FC and F0. RGB value is (255,252,240). Sum of RGB (Red+Green+Blue) = 255+252+240=747 (98% of max value = 765). Red value is 255 (100% from 255 or 34.14% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 240 (94.14% from 255 or 32.13% from 747); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCF0 is #00030F. Grayscale: #FBFBFB. Windows color (decimal): -784 or 15793407. OLE color: 15793407.
HSL color Cylindrical-coordinate representation of color #FFFCF0: hue angle of 48º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFFCF0 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 240 | - |
CMYK | 0 | 0.01 | 0.06 | 0 |
HSL | 48º | 1% | 0.97% | - |
HSV(B) | 48º | 0.06% | 1% | - |
XYZ | 91.78 | 97.17 | 96.36 | - |
YUV | 251.53 | 121.49 | 130.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 240 | 0 | 0.01 | 0.06 | 0 | 48 | 1 | 0.97 |
Hex | FF | FC | F0 | 0 | 1 | 6 | 0 | 30 | 64 | 61 |
Octal | 377 | 374 | 360 | 0 | 1 | 6 | 0 | 60 | 144 | 141 |
Binary | 11111111 | 11111100 | 11110000 | 0 | 1 | 110 | 0 | 110000 | 1100100 | 1100001 |
Color Harmonies of #FFFCF0
Complementary color
Monochromatic Colors of #FFFCF0
Black with #FFFCF0
Text Example
Text Example
White with #FFFCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCF0; }
p { color: rgb(255,252,240); }
H1.HeaderClassName
{
color: #FFFCF0;
}
.AnyTagClassName
{
color: #FFFCF0;
}
</style>
background-color css
<style>
a { background-color: #FFFCF0; }
a { background-color: rgb(255,252,240); }
div.DivClassName
{
background-color: #FFFCF0;
}
.BgClassName
{
background-color: #FFFCF0;
}
</style>
border-color css
<style>
span { border-color: #FFFCF0; }
span { border-color: rgb(255,252,240); }
td.TdClassName
{
border-color: #FFFCF0;
}
.TagClassName
{
border-color: #FFFCF0;
}
</style>