Shades of Floral White #F9F7F1
Tints of Floral White #F9F7F1
RGB
CMYK
RGB Variations
Color information
#F9F7F1 (or 0xF9F7F1) is known color: Floral White. HEX triplet: F9, F7 and F1. RGB value is (249,247,241). Sum of RGB (Red+Green+Blue) = 249+247+241=737 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.79% from 737); Green value is 247 (96.88% from 255 or 33.51% from 737); Blue value is 241 (94.53% from 255 or 32.70% from 737); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F7F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F7F1 is #06080E. Grayscale: #F6F6F6. Windows color (decimal): -395279 or 15857657. OLE color: 15857657.
HSL color Cylindrical-coordinate representation of color #F9F7F1: hue angle of 45º degrees, saturation: 0.4, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F9F7F1 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 247 | 241 | - |
CMYK | 0 | 0.01 | 0.03 | 0.02 |
HSL | 45º | 0.4% | 0.96% | - |
HSV(B) | 45º | 0.03% | 0.98% | - |
XYZ | 88.2 | 93.01 | 96.52 | - |
YUV | 246.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 247 | 241 | 0 | 0.01 | 0.03 | 0.02 | 45 | 0.4 | 0.96 |
Hex | F9 | F7 | F1 | 0 | 1 | 3 | 2 | 2D | 28 | 60 |
Octal | 371 | 367 | 361 | 0 | 1 | 3 | 2 | 55 | 50 | 140 |
Binary | 11111001 | 11110111 | 11110001 | 0 | 1 | 11 | 10 | 101101 | 101000 | 1100000 |
Color Harmonies of #F9F7F1
Complementary color
Monochromatic Colors of #F9F7F1
Black with #F9F7F1
Text Example
Text Example
White with #F9F7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F7F1; }
p { color: rgb(249,247,241); }
H1.HeaderClassName
{
color: #F9F7F1;
}
.AnyTagClassName
{
color: #F9F7F1;
}
</style>
background-color css
<style>
a { background-color: #F9F7F1; }
a { background-color: rgb(249,247,241); }
div.DivClassName
{
background-color: #F9F7F1;
}
.BgClassName
{
background-color: #F9F7F1;
}
</style>
border-color css
<style>
span { border-color: #F9F7F1; }
span { border-color: rgb(249,247,241); }
td.TdClassName
{
border-color: #F9F7F1;
}
.TagClassName
{
border-color: #F9F7F1;
}
</style>