Shades of Floral White #FBF9F6
Tints of Floral White #FBF9F6
RGB
CMYK
RGB Variations
Color information
#FBF9F6 (or 0xFBF9F6) is known color: Floral White. HEX triplet: FB, F9 and F6. RGB value is (251,249,246). Sum of RGB (Red+Green+Blue) = 251+249+246=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 249 (97.66% from 255 or 33.38% from 746); Blue value is 246 (96.48% from 255 or 32.98% from 746); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9F6 is #040609. Grayscale: #F9F9F9. Windows color (decimal): -263690 or 16185851. OLE color: 16185851.
HSL color Cylindrical-coordinate representation of color #FBF9F6: hue angle of 36º degrees, saturation: 0.38, 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 #FBF9F6 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 249 | 246 | - |
CMYK | 0 | 0.01 | 0.02 | 0.02 |
HSL | 36º | 0.38% | 0.97% | - |
HSV(B) | 36º | 0.02% | 0.98% | - |
XYZ | 90.29 | 94.91 | 100.75 | - |
YUV | 249.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 249 | 246 | 0 | 0.01 | 0.02 | 0.02 | 36 | 0.38 | 0.97 |
Hex | FB | F9 | F6 | 0 | 1 | 2 | 2 | 24 | 26 | 61 |
Octal | 373 | 371 | 366 | 0 | 1 | 2 | 2 | 44 | 46 | 141 |
Binary | 11111011 | 11111001 | 11110110 | 0 | 1 | 10 | 10 | 100100 | 100110 | 1100001 |
Color Harmonies of #FBF9F6
Complementary color
Monochromatic Colors of #FBF9F6
Black with #FBF9F6
Text Example
Text Example
White with #FBF9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF9F6; }
p { color: rgb(251,249,246); }
H1.HeaderClassName
{
color: #FBF9F6;
}
.AnyTagClassName
{
color: #FBF9F6;
}
</style>
background-color css
<style>
a { background-color: #FBF9F6; }
a { background-color: rgb(251,249,246); }
div.DivClassName
{
background-color: #FBF9F6;
}
.BgClassName
{
background-color: #FBF9F6;
}
</style>
border-color css
<style>
span { border-color: #FBF9F6; }
span { border-color: rgb(251,249,246); }
td.TdClassName
{
border-color: #FBF9F6;
}
.TagClassName
{
border-color: #FBF9F6;
}
</style>