Shades of Floral White #FFFCF6
Tints of Floral White #FFFCF6
RGB
CMYK
RGB Variations
Color information
#FFFCF6 (or 0xFFFCF6) is known color: Floral White. HEX triplet: FF, FC and F6. RGB value is (255,252,246). Sum of RGB (Red+Green+Blue) = 255+252+246=753 (99% of max value = 765). Red value is 255 (100% from 255 or 33.86% from 753); Green value is 252 (98.83% from 255 or 33.47% from 753); Blue value is 246 (96.48% from 255 or 32.67% from 753); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCF6 is #000309. Grayscale: #FCFCFC. Windows color (decimal): -778 or 16186623. OLE color: 16186623.
HSL color Cylindrical-coordinate representation of color #FFFCF6: hue angle of 40º 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 #FFFCF6 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 246 | - |
CMYK | 0 | 0.01 | 0.04 | 0 |
HSL | 40º | 1% | 0.98% | - |
HSV(B) | 40º | 0.04% | 1% | - |
XYZ | 92.68 | 97.53 | 101.13 | - |
YUV | 252.21 | 124.49 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 246 | 0 | 0.01 | 0.04 | 0 | 40 | 1 | 0.98 |
Hex | FF | FC | F6 | 0 | 1 | 4 | 0 | 28 | 64 | 62 |
Octal | 377 | 374 | 366 | 0 | 1 | 4 | 0 | 50 | 144 | 142 |
Binary | 11111111 | 11111100 | 11110110 | 0 | 1 | 100 | 0 | 101000 | 1100100 | 1100010 |
Color Harmonies of #FFFCF6
Complementary color
Monochromatic Colors of #FFFCF6
Black with #FFFCF6
Text Example
Text Example
White with #FFFCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCF6; }
p { color: rgb(255,252,246); }
H1.HeaderClassName
{
color: #FFFCF6;
}
.AnyTagClassName
{
color: #FFFCF6;
}
</style>
background-color css
<style>
a { background-color: #FFFCF6; }
a { background-color: rgb(255,252,246); }
div.DivClassName
{
background-color: #FFFCF6;
}
.BgClassName
{
background-color: #FFFCF6;
}
</style>
border-color css
<style>
span { border-color: #FFFCF6; }
span { border-color: rgb(255,252,246); }
td.TdClassName
{
border-color: #FFFCF6;
}
.TagClassName
{
border-color: #FFFCF6;
}
</style>