Shades of Floral White #FFFCF5
Tints of Floral White #FFFCF5
RGB
CMYK
RGB Variations
Color information
#FFFCF5 (or 0xFFFCF5) is known color: Floral White. HEX triplet: FF, FC and F5. RGB value is (255,252,245). Sum of RGB (Red+Green+Blue) = 255+252+245=752 (99% of max value = 765). Red value is 255 (100% from 255 or 33.91% from 752); Green value is 252 (98.83% from 255 or 33.51% from 752); Blue value is 245 (96.09% from 255 or 32.58% from 752); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCF5 is #00030A. Grayscale: #FCFCFC. Windows color (decimal): -779 or 16121087. OLE color: 16121087.
HSL color Cylindrical-coordinate representation of color #FFFCF5: hue angle of 42º 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 #FFFCF5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 245 | - |
CMYK | 0 | 0.01 | 0.04 | 0 |
HSL | 42º | 1% | 0.98% | - |
HSV(B) | 42º | 0.04% | 1% | - |
XYZ | 92.53 | 97.47 | 100.32 | - |
YUV | 252.1 | 123.99 | 130.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 245 | 0 | 0.01 | 0.04 | 0 | 42 | 1 | 0.98 |
Hex | FF | FC | F5 | 0 | 1 | 4 | 0 | 2A | 64 | 62 |
Octal | 377 | 374 | 365 | 0 | 1 | 4 | 0 | 52 | 144 | 142 |
Binary | 11111111 | 11111100 | 11110101 | 0 | 1 | 100 | 0 | 101010 | 1100100 | 1100010 |
Color Harmonies of #FFFCF5
Complementary color
Monochromatic Colors of #FFFCF5
Black with #FFFCF5
Text Example
Text Example
White with #FFFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCF5; }
p { color: rgb(255,252,245); }
H1.HeaderClassName
{
color: #FFFCF5;
}
.AnyTagClassName
{
color: #FFFCF5;
}
</style>
background-color css
<style>
a { background-color: #FFFCF5; }
a { background-color: rgb(255,252,245); }
div.DivClassName
{
background-color: #FFFCF5;
}
.BgClassName
{
background-color: #FFFCF5;
}
</style>
border-color css
<style>
span { border-color: #FFFCF5; }
span { border-color: rgb(255,252,245); }
td.TdClassName
{
border-color: #FFFCF5;
}
.TagClassName
{
border-color: #FFFCF5;
}
</style>