Shades of Floral White #FBF9F5
Tints of Floral White #FBF9F5
RGB
CMYK
RGB Variations
Color information
#FBF9F5 (or 0xFBF9F5) is known color: Floral White. HEX triplet: FB, F9 and F5. RGB value is (251,249,245). Sum of RGB (Red+Green+Blue) = 251+249+245=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 249 (97.66% from 255 or 33.42% from 745); Blue value is 245 (96.09% from 255 or 32.89% from 745); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9F5 is #04060A. Grayscale: #F9F9F9. Windows color (decimal): -263691 or 16120315. OLE color: 16120315.
HSL color Cylindrical-coordinate representation of color #FBF9F5: hue angle of 40º degrees, saturation: 0.43, 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 #FBF9F5 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 249 | 245 | - |
CMYK | 0 | 0.01 | 0.02 | 0.02 |
HSL | 40º | 0.43% | 0.97% | - |
HSV(B) | 40º | 0.02% | 0.98% | - |
XYZ | 90.14 | 94.85 | 99.94 | - |
YUV | 249.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 249 | 245 | 0 | 0.01 | 0.02 | 0.02 | 40 | 0.43 | 0.97 |
Hex | FB | F9 | F5 | 0 | 1 | 2 | 2 | 28 | 2B | 61 |
Octal | 373 | 371 | 365 | 0 | 1 | 2 | 2 | 50 | 53 | 141 |
Binary | 11111011 | 11111001 | 11110101 | 0 | 1 | 10 | 10 | 101000 | 101011 | 1100001 |
Color Harmonies of #FBF9F5
Complementary color
Monochromatic Colors of #FBF9F5
Black with #FBF9F5
Text Example
Text Example
White with #FBF9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF9F5; }
p { color: rgb(251,249,245); }
H1.HeaderClassName
{
color: #FBF9F5;
}
.AnyTagClassName
{
color: #FBF9F5;
}
</style>
background-color css
<style>
a { background-color: #FBF9F5; }
a { background-color: rgb(251,249,245); }
div.DivClassName
{
background-color: #FBF9F5;
}
.BgClassName
{
background-color: #FBF9F5;
}
</style>
border-color css
<style>
span { border-color: #FBF9F5; }
span { border-color: rgb(251,249,245); }
td.TdClassName
{
border-color: #FBF9F5;
}
.TagClassName
{
border-color: #FBF9F5;
}
</style>