Shades of Floral White #FBF6F0
Tints of Floral White #FBF6F0
RGB
CMYK
RGB Variations
Color information
#FBF6F0 (or 0xFBF6F0) is known color: Floral White. HEX triplet: FB, F6 and F0. RGB value is (251,246,240). Sum of RGB (Red+Green+Blue) = 251+246+240=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 246 (96.48% from 255 or 33.38% from 737); Blue value is 240 (94.14% from 255 or 32.56% from 737); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF6F0 is #04090F. Grayscale: #F6F6F6. Windows color (decimal): -264464 or 15791867. OLE color: 15791867.
HSL color Cylindrical-coordinate representation of color #FBF6F0: hue angle of 32.73º 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 #FBF6F0 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 240 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.02 |
| HSL | 32.73º | 0.58% | 0.96% | - |
| HSV(B) | 32.73º | 0.04% | 0.98% | - |
| XYZ | 88.47 | 92.71 | 95.67 | - |
| YUV | 246.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 240 | 0 | 0.02 | 0.04 | 0.02 | 32.73 | 0.58 | 0.96 |
| Hex | FB | F6 | F0 | 0 | 2 | 4 | 2 | 21 | 3A | 60 |
| Octal | 373 | 366 | 360 | 0 | 2 | 4 | 2 | 41 | 72 | 140 |
| Binary | 11111011 | 11110110 | 11110000 | 0 | 10 | 100 | 10 | 100001 | 111010 | 1100000 |
Color Harmonies of #FBF6F0
Complementary color
Monochromatic Colors of #FBF6F0
Black with #FBF6F0
Text Example
Text Example
White with #FBF6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF6F0; }
p { color: rgb(251,246,240); }
H1.HeaderClassName
{
color: #FBF6F0;
}
.AnyTagClassName
{
color: #FBF6F0;
}
</style>
background-color css
<style>
a { background-color: #FBF6F0; }
a { background-color: rgb(251,246,240); }
div.DivClassName
{
background-color: #FBF6F0;
}
.BgClassName
{
background-color: #FBF6F0;
}
</style>
border-color css
<style>
span { border-color: #FBF6F0; }
span { border-color: rgb(251,246,240); }
td.TdClassName
{
border-color: #FBF6F0;
}
.TagClassName
{
border-color: #FBF6F0;
}
</style>