Shades of Linen #FBF0E3
Tints of Linen #FBF0E3
RGB
CMYK
RGB Variations
Color information
#FBF0E3 (or 0xFBF0E3) is known color: Linen. HEX triplet: FB, F0 and E3. RGB value is (251,240,227). Sum of RGB (Red+Green+Blue) = 251+240+227=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 227 (89.06% from 255 or 31.62% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0E3 is #040F1C. Grayscale: #F1F1F1. Windows color (decimal): -266013 or 14938363. OLE color: 14938363.
HSL color Cylindrical-coordinate representation of color #FBF0E3: hue angle of 32.5º degrees, saturation: 0.75, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBF0E3 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 227 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.02 |
| HSL | 32.5º | 0.75% | 0.94% | - |
| HSV(B) | 32.5º | 0.1% | 0.98% | - |
| XYZ | 84.81 | 88.38 | 85.26 | - |
| YUV | 241.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 227 | 0 | 0.04 | 0.10 | 0.02 | 32.5 | 0.75 | 0.94 |
| Hex | FB | F0 | E3 | 0 | 4 | A | 2 | 20 | 4B | 5E |
| Octal | 373 | 360 | 343 | 0 | 4 | 12 | 2 | 40 | 113 | 136 |
| Binary | 11111011 | 11110000 | 11100011 | 0 | 100 | 1010 | 10 | 100000 | 1001011 | 1011110 |
Color Harmonies of #FBF0E3
Complementary color
Monochromatic Colors of #FBF0E3
Black with #FBF0E3
Text Example
Text Example
White with #FBF0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0E3; }
p { color: rgb(251,240,227); }
H1.HeaderClassName
{
color: #FBF0E3;
}
.AnyTagClassName
{
color: #FBF0E3;
}
</style>
background-color css
<style>
a { background-color: #FBF0E3; }
a { background-color: rgb(251,240,227); }
div.DivClassName
{
background-color: #FBF0E3;
}
.BgClassName
{
background-color: #FBF0E3;
}
</style>
border-color css
<style>
span { border-color: #FBF0E3; }
span { border-color: rgb(251,240,227); }
td.TdClassName
{
border-color: #FBF0E3;
}
.TagClassName
{
border-color: #FBF0E3;
}
</style>