Shades of Floral White #FAF9F7
Tints of Floral White #FAF9F7
RGB
CMYK
RGB Variations
Color information
#FAF9F7 (or 0xFAF9F7) is known color: Floral White. HEX triplet: FA, F9 and F7. RGB value is (250,249,247). Sum of RGB (Red+Green+Blue) = 250+249+247=746 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.51% from 746); Green value is 249 (97.66% from 255 or 33.38% from 746); Blue value is 247 (96.88% from 255 or 33.11% from 746); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9F7 is #050608. Grayscale: #F9F9F9. Windows color (decimal): -329225 or 16251386. OLE color: 16251386.
HSL color Cylindrical-coordinate representation of color #FAF9F7: hue angle of 40º degrees, saturation: 0.23, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAF9F7 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 249 | 247 | - |
CMYK | 0 | 0.00 | 0.01 | 0.02 |
HSL | 40º | 0.23% | 0.97% | - |
HSV(B) | 40º | 0.01% | 0.98% | - |
XYZ | 90.09 | 94.79 | 101.54 | - |
YUV | 249.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 249 | 247 | 0 | 0.00 | 0.01 | 0.02 | 40 | 0.23 | 0.97 |
Hex | FA | F9 | F7 | 0 | 0 | 1 | 2 | 28 | 17 | 61 |
Octal | 372 | 371 | 367 | 0 | 0 | 1 | 2 | 50 | 27 | 141 |
Binary | 11111010 | 11111001 | 11110111 | 0 | 0 | 1 | 10 | 101000 | 10111 | 1100001 |
Color Harmonies of #FAF9F7
Complementary color
Monochromatic Colors of #FAF9F7
Black with #FAF9F7
Text Example
Text Example
White with #FAF9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF9F7; }
p { color: rgb(250,249,247); }
H1.HeaderClassName
{
color: #FAF9F7;
}
.AnyTagClassName
{
color: #FAF9F7;
}
</style>
background-color css
<style>
a { background-color: #FAF9F7; }
a { background-color: rgb(250,249,247); }
div.DivClassName
{
background-color: #FAF9F7;
}
.BgClassName
{
background-color: #FAF9F7;
}
</style>
border-color css
<style>
span { border-color: #FAF9F7; }
span { border-color: rgb(250,249,247); }
td.TdClassName
{
border-color: #FAF9F7;
}
.TagClassName
{
border-color: #FAF9F7;
}
</style>