Shades of Floral White #FBF7ED
Tints of Floral White #FBF7ED
RGB
CMYK
RGB Variations
Color information
#FBF7ED (or 0xFBF7ED) is known color: Floral White. HEX triplet: FB, F7 and ED. RGB value is (251,247,237). Sum of RGB (Red+Green+Blue) = 251+247+237=735 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.15% from 735); Green value is 247 (96.88% from 255 or 33.61% from 735); Blue value is 237 (92.97% from 255 or 32.24% from 735); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF7ED is #040812. Grayscale: #F7F7F7. Windows color (decimal): -264211 or 15595515. OLE color: 15595515.
HSL color Cylindrical-coordinate representation of color #FBF7ED: hue angle of 42.86º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBF7ED is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 247 | 237 | - |
CMYK | 0 | 0.02 | 0.06 | 0.02 |
HSL | 42.86º | 0.64% | 0.96% | - |
HSV(B) | 42.86º | 0.06% | 0.98% | - |
XYZ | 88.33 | 93.15 | 93.44 | - |
YUV | 247.06 | 122.33 | 130.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 247 | 237 | 0 | 0.02 | 0.06 | 0.02 | 42.86 | 0.64 | 0.96 |
Hex | FB | F7 | ED | 0 | 2 | 6 | 2 | 2B | 40 | 60 |
Octal | 373 | 367 | 355 | 0 | 2 | 6 | 2 | 53 | 100 | 140 |
Binary | 11111011 | 11110111 | 11101101 | 0 | 10 | 110 | 10 | 101011 | 1000000 | 1100000 |
Color Harmonies of #FBF7ED
Complementary color
Monochromatic Colors of #FBF7ED
Black with #FBF7ED
Text Example
Text Example
White with #FBF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF7ED; }
p { color: rgb(251,247,237); }
H1.HeaderClassName
{
color: #FBF7ED;
}
.AnyTagClassName
{
color: #FBF7ED;
}
</style>
background-color css
<style>
a { background-color: #FBF7ED; }
a { background-color: rgb(251,247,237); }
div.DivClassName
{
background-color: #FBF7ED;
}
.BgClassName
{
background-color: #FBF7ED;
}
</style>
border-color css
<style>
span { border-color: #FBF7ED; }
span { border-color: rgb(251,247,237); }
td.TdClassName
{
border-color: #FBF7ED;
}
.TagClassName
{
border-color: #FBF7ED;
}
</style>