Shades of FloralWhite #FFFAF0
Tints of FloralWhite #FFFAF0
RGB
CMYK
RGB Variations
Color information
#FFFAF0 (or 0xFFFAF0) is known color: FloralWhite. HEX triplet: FF, FA and F0. RGB value is (255,250,240). Sum of RGB (Red+Green+Blue) = 255+250+240=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 240 (94.14% from 255 or 32.21% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAF0 is #00050F. Grayscale: #FAFAFA. Windows color (decimal): -1296 or 15792895. OLE color: 15792895.
HSL color Cylindrical-coordinate representation of color #FFFAF0: hue angle of 40º 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 #FFFAF0 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 250 | 240 | - |
CMYK | 0 | 0.02 | 0.06 | 0 |
HSL | 40º | 1% | 0.97% | - |
HSV(B) | 40º | 0.06% | 1% | - |
XYZ | 91.15 | 95.92 | 96.15 | - |
YUV | 250.36 | 122.16 | 131.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 250 | 240 | 0 | 0.02 | 0.06 | 0 | 40 | 1 | 0.97 |
Hex | FF | FA | F0 | 0 | 2 | 6 | 0 | 28 | 64 | 61 |
Octal | 377 | 372 | 360 | 0 | 2 | 6 | 0 | 50 | 144 | 141 |
Binary | 11111111 | 11111010 | 11110000 | 0 | 10 | 110 | 0 | 101000 | 1100100 | 1100001 |
Color Harmonies of #FFFAF0
Complementary color
Monochromatic Colors of #FFFAF0
Black with #FFFAF0
Text Example
Text Example
White with #FFFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAF0; }
p { color: rgb(255,250,240); }
H1.HeaderClassName
{
color: #FFFAF0;
}
.AnyTagClassName
{
color: #FFFAF0;
}
</style>
background-color css
<style>
a { background-color: #FFFAF0; }
a { background-color: rgb(255,250,240); }
div.DivClassName
{
background-color: #FFFAF0;
}
.BgClassName
{
background-color: #FFFAF0;
}
</style>
border-color css
<style>
span { border-color: #FFFAF0; }
span { border-color: rgb(255,250,240); }
td.TdClassName
{
border-color: #FFFAF0;
}
.TagClassName
{
border-color: #FFFAF0;
}
</style>