Shades of Floral White #FBF9F0
Tints of Floral White #FBF9F0
RGB
CMYK
RGB Variations
Color information
#FBF9F0 (or 0xFBF9F0) is known color: Floral White. HEX triplet: FB, F9 and F0. RGB value is (251,249,240). Sum of RGB (Red+Green+Blue) = 251+249+240=740 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.92% from 740); Green value is 249 (97.66% from 255 or 33.65% from 740); Blue value is 240 (94.14% from 255 or 32.43% from 740); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9F0 is #04060F. Grayscale: #F8F8F8. Windows color (decimal): -263696 or 15792635. OLE color: 15792635.
HSL color Cylindrical-coordinate representation of color #FBF9F0: hue angle of 49.09º degrees, saturation: 0.58, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FBF9F0 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 249 | 240 | - |
CMYK | 0 | 0.01 | 0.04 | 0.02 |
HSL | 49.09º | 0.58% | 0.96% | - |
HSV(B) | 49.09º | 0.04% | 0.98% | - |
XYZ | 89.39 | 94.55 | 95.98 | - |
YUV | 248.57 | 123.16 | 129.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 249 | 240 | 0 | 0.01 | 0.04 | 0.02 | 49.09 | 0.58 | 0.96 |
Hex | FB | F9 | F0 | 0 | 1 | 4 | 2 | 31 | 3A | 60 |
Octal | 373 | 371 | 360 | 0 | 1 | 4 | 2 | 61 | 72 | 140 |
Binary | 11111011 | 11111001 | 11110000 | 0 | 1 | 100 | 10 | 110001 | 111010 | 1100000 |
Color Harmonies of #FBF9F0
Complementary color
Monochromatic Colors of #FBF9F0
Black with #FBF9F0
Text Example
Text Example
White with #FBF9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF9F0; }
p { color: rgb(251,249,240); }
H1.HeaderClassName
{
color: #FBF9F0;
}
.AnyTagClassName
{
color: #FBF9F0;
}
</style>
background-color css
<style>
a { background-color: #FBF9F0; }
a { background-color: rgb(251,249,240); }
div.DivClassName
{
background-color: #FBF9F0;
}
.BgClassName
{
background-color: #FBF9F0;
}
</style>
border-color css
<style>
span { border-color: #FBF9F0; }
span { border-color: rgb(251,249,240); }
td.TdClassName
{
border-color: #FBF9F0;
}
.TagClassName
{
border-color: #FBF9F0;
}
</style>