Shades of Floral White #FFF9F1
Tints of Floral White #FFF9F1
RGB
CMYK
RGB Variations
Color information
#FFF9F1 (or 0xFFF9F1) is known color: Floral White. HEX triplet: FF, F9 and F1. RGB value is (255,249,241). Sum of RGB (Red+Green+Blue) = 255+249+241=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 249 (97.66% from 255 or 33.42% from 745); Blue value is 241 (94.53% from 255 or 32.35% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9F1 is #00060E. Grayscale: #F9F9F9. Windows color (decimal): -1551 or 15858175. OLE color: 15858175.
HSL color Cylindrical-coordinate representation of color #FFF9F1: hue angle of 34.29º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFF9F1 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 249 | 241 | - |
CMYK | 0 | 0.02 | 0.05 | 0 |
HSL | 34.29º | 1% | 0.97% | - |
HSV(B) | 34.29º | 0.05% | 1% | - |
XYZ | 90.99 | 95.36 | 96.83 | - |
YUV | 249.88 | 122.99 | 131.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 249 | 241 | 0 | 0.02 | 0.05 | 0 | 34.29 | 1 | 0.97 |
Hex | FF | F9 | F1 | 0 | 2 | 5 | 0 | 22 | 64 | 61 |
Octal | 377 | 371 | 361 | 0 | 2 | 5 | 0 | 42 | 144 | 141 |
Binary | 11111111 | 11111001 | 11110001 | 0 | 10 | 101 | 0 | 100010 | 1100100 | 1100001 |
Color Harmonies of #FFF9F1
Complementary color
Monochromatic Colors of #FFF9F1
Black with #FFF9F1
Text Example
Text Example
White with #FFF9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9F1; }
p { color: rgb(255,249,241); }
H1.HeaderClassName
{
color: #FFF9F1;
}
.AnyTagClassName
{
color: #FFF9F1;
}
</style>
background-color css
<style>
a { background-color: #FFF9F1; }
a { background-color: rgb(255,249,241); }
div.DivClassName
{
background-color: #FFF9F1;
}
.BgClassName
{
background-color: #FFF9F1;
}
</style>
border-color css
<style>
span { border-color: #FFF9F1; }
span { border-color: rgb(255,249,241); }
td.TdClassName
{
border-color: #FFF9F1;
}
.TagClassName
{
border-color: #FFF9F1;
}
</style>