Shades of Floral White #FFF9F0
Tints of Floral White #FFF9F0
RGB
CMYK
RGB Variations
Color information
#FFF9F0 (or 0xFFF9F0) is known color: Floral White. HEX triplet: FF, F9 and F0. RGB value is (255,249,240). Sum of RGB (Red+Green+Blue) = 255+249+240=744 (98% of max value = 765). Red value is 255 (100% from 255 or 34.27% from 744); Green value is 249 (97.66% from 255 or 33.47% from 744); Blue value is 240 (94.14% from 255 or 32.26% from 744); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9F0 is #00060F. Grayscale: #F9F9F9. Windows color (decimal): -1552 or 15792639. OLE color: 15792639.
HSL color Cylindrical-coordinate representation of color #FFF9F0: hue angle of 36º 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 #FFF9F0 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 249 | 240 | - |
CMYK | 0 | 0.02 | 0.06 | 0 |
HSL | 36º | 1% | 0.97% | - |
HSV(B) | 36º | 0.06% | 1% | - |
XYZ | 90.84 | 95.3 | 96.05 | - |
YUV | 249.77 | 122.49 | 131.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 249 | 240 | 0 | 0.02 | 0.06 | 0 | 36 | 1 | 0.97 |
Hex | FF | F9 | F0 | 0 | 2 | 6 | 0 | 24 | 64 | 61 |
Octal | 377 | 371 | 360 | 0 | 2 | 6 | 0 | 44 | 144 | 141 |
Binary | 11111111 | 11111001 | 11110000 | 0 | 10 | 110 | 0 | 100100 | 1100100 | 1100001 |
Color Harmonies of #FFF9F0
Complementary color
Monochromatic Colors of #FFF9F0
Black with #FFF9F0
Text Example
Text Example
White with #FFF9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9F0; }
p { color: rgb(255,249,240); }
H1.HeaderClassName
{
color: #FFF9F0;
}
.AnyTagClassName
{
color: #FFF9F0;
}
</style>
background-color css
<style>
a { background-color: #FFF9F0; }
a { background-color: rgb(255,249,240); }
div.DivClassName
{
background-color: #FFF9F0;
}
.BgClassName
{
background-color: #FFF9F0;
}
</style>
border-color css
<style>
span { border-color: #FFF9F0; }
span { border-color: rgb(255,249,240); }
td.TdClassName
{
border-color: #FFF9F0;
}
.TagClassName
{
border-color: #FFF9F0;
}
</style>