Shades of Floral White #FBF6ED
Tints of Floral White #FBF6ED
RGB
CMYK
RGB Variations
Color information
#FBF6ED (or 0xFBF6ED) is known color: Floral White. HEX triplet: FB, F6 and ED. RGB value is (251,246,237). Sum of RGB (Red+Green+Blue) = 251+246+237=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 246 (96.48% from 255 or 33.51% from 734); Blue value is 237 (92.97% from 255 or 32.29% from 734); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF6ED is #040912. Grayscale: #F6F6F6. Windows color (decimal): -264467 or 15595259. OLE color: 15595259.
HSL color Cylindrical-coordinate representation of color #FBF6ED: hue angle of 38.57º 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 #FBF6ED is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 246 | 237 | - |
CMYK | 0 | 0.02 | 0.06 | 0.02 |
HSL | 38.57º | 0.64% | 0.96% | - |
HSV(B) | 38.57º | 0.06% | 0.98% | - |
XYZ | 88.03 | 92.54 | 93.34 | - |
YUV | 246.47 | 122.66 | 131.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 246 | 237 | 0 | 0.02 | 0.06 | 0.02 | 38.57 | 0.64 | 0.96 |
Hex | FB | F6 | ED | 0 | 2 | 6 | 2 | 27 | 40 | 60 |
Octal | 373 | 366 | 355 | 0 | 2 | 6 | 2 | 47 | 100 | 140 |
Binary | 11111011 | 11110110 | 11101101 | 0 | 10 | 110 | 10 | 100111 | 1000000 | 1100000 |
Color Harmonies of #FBF6ED
Complementary color
Monochromatic Colors of #FBF6ED
Black with #FBF6ED
Text Example
Text Example
White with #FBF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF6ED; }
p { color: rgb(251,246,237); }
H1.HeaderClassName
{
color: #FBF6ED;
}
.AnyTagClassName
{
color: #FBF6ED;
}
</style>
background-color css
<style>
a { background-color: #FBF6ED; }
a { background-color: rgb(251,246,237); }
div.DivClassName
{
background-color: #FBF6ED;
}
.BgClassName
{
background-color: #FBF6ED;
}
</style>
border-color css
<style>
span { border-color: #FBF6ED; }
span { border-color: rgb(251,246,237); }
td.TdClassName
{
border-color: #FBF6ED;
}
.TagClassName
{
border-color: #FBF6ED;
}
</style>