Shades of Floral White #FBF8F4
Tints of Floral White #FBF8F4
RGB
CMYK
RGB Variations
Color information
#FBF8F4 (or 0xFBF8F4) is known color: Floral White. HEX triplet: FB, F8 and F4. RGB value is (251,248,244). Sum of RGB (Red+Green+Blue) = 251+248+244=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 248 (97.27% from 255 or 33.38% from 743); Blue value is 244 (95.70% from 255 or 32.84% from 743); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8F4 is #04070B. Grayscale: #F8F8F8. Windows color (decimal): -263948 or 16054523. OLE color: 16054523.
HSL color Cylindrical-coordinate representation of color #FBF8F4: hue angle of 34.29º degrees, saturation: 0.47, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FBF8F4 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 248 | 244 | - |
CMYK | 0 | 0.01 | 0.03 | 0.02 |
HSL | 34.29º | 0.47% | 0.97% | - |
HSV(B) | 34.29º | 0.03% | 0.98% | - |
XYZ | 89.68 | 94.18 | 99.04 | - |
YUV | 248.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 248 | 244 | 0 | 0.01 | 0.03 | 0.02 | 34.29 | 0.47 | 0.97 |
Hex | FB | F8 | F4 | 0 | 1 | 3 | 2 | 22 | 2F | 61 |
Octal | 373 | 370 | 364 | 0 | 1 | 3 | 2 | 42 | 57 | 141 |
Binary | 11111011 | 11111000 | 11110100 | 0 | 1 | 11 | 10 | 100010 | 101111 | 1100001 |
Color Harmonies of #FBF8F4
Complementary color
Monochromatic Colors of #FBF8F4
Black with #FBF8F4
Text Example
Text Example
White with #FBF8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF8F4; }
p { color: rgb(251,248,244); }
H1.HeaderClassName
{
color: #FBF8F4;
}
.AnyTagClassName
{
color: #FBF8F4;
}
</style>
background-color css
<style>
a { background-color: #FBF8F4; }
a { background-color: rgb(251,248,244); }
div.DivClassName
{
background-color: #FBF8F4;
}
.BgClassName
{
background-color: #FBF8F4;
}
</style>
border-color css
<style>
span { border-color: #FBF8F4; }
span { border-color: rgb(251,248,244); }
td.TdClassName
{
border-color: #FBF8F4;
}
.TagClassName
{
border-color: #FBF8F4;
}
</style>