Shades of Floral White #FAF9F6
Tints of Floral White #FAF9F6
RGB
CMYK
RGB Variations
Color information
#FAF9F6 (or 0xFAF9F6) is known color: Floral White. HEX triplet: FA, F9 and F6. RGB value is (250,249,246). Sum of RGB (Red+Green+Blue) = 250+249+246=745 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.56% from 745); Green value is 249 (97.66% from 255 or 33.42% from 745); Blue value is 246 (96.48% from 255 or 33.02% from 745); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9F6 is #050609. Grayscale: #F8F8F8. Windows color (decimal): -329226 or 16185850. OLE color: 16185850.
HSL color Cylindrical-coordinate representation of color #FAF9F6: hue angle of 45º degrees, saturation: 0.29, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAF9F6 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 249 | 246 | - |
CMYK | 0 | 0.00 | 0.02 | 0.02 |
HSL | 45º | 0.29% | 0.97% | - |
HSV(B) | 45º | 0.02% | 0.98% | - |
XYZ | 89.93 | 94.73 | 100.73 | - |
YUV | 248.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 249 | 246 | 0 | 0.00 | 0.02 | 0.02 | 45 | 0.29 | 0.97 |
Hex | FA | F9 | F6 | 0 | 0 | 2 | 2 | 2D | 1D | 61 |
Octal | 372 | 371 | 366 | 0 | 0 | 2 | 2 | 55 | 35 | 141 |
Binary | 11111010 | 11111001 | 11110110 | 0 | 0 | 10 | 10 | 101101 | 11101 | 1100001 |
Color Harmonies of #FAF9F6
Complementary color
Monochromatic Colors of #FAF9F6
Black with #FAF9F6
Text Example
Text Example
White with #FAF9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF9F6; }
p { color: rgb(250,249,246); }
H1.HeaderClassName
{
color: #FAF9F6;
}
.AnyTagClassName
{
color: #FAF9F6;
}
</style>
background-color css
<style>
a { background-color: #FAF9F6; }
a { background-color: rgb(250,249,246); }
div.DivClassName
{
background-color: #FAF9F6;
}
.BgClassName
{
background-color: #FAF9F6;
}
</style>
border-color css
<style>
span { border-color: #FAF9F6; }
span { border-color: rgb(250,249,246); }
td.TdClassName
{
border-color: #FAF9F6;
}
.TagClassName
{
border-color: #FAF9F6;
}
</style>