Shades of Linen #FBEFE5
Tints of Linen #FBEFE5
RGB
CMYK
RGB Variations
Color information
#FBEFE5 (or 0xFBEFE5) is known color: Linen. HEX triplet: FB, EF and E5. RGB value is (251,239,229). Sum of RGB (Red+Green+Blue) = 251+239+229=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 229 (89.84% from 255 or 31.85% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFE5 is #04101A. Grayscale: #F1F1F1. Windows color (decimal): -266267 or 15069179. OLE color: 15069179.
HSL color Cylindrical-coordinate representation of color #FBEFE5: hue angle of 27.27º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBEFE5 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 229 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.02 |
| HSL | 27.27º | 0.73% | 0.94% | - |
| HSV(B) | 27.27º | 0.09% | 0.98% | - |
| XYZ | 84.79 | 87.9 | 86.63 | - |
| YUV | 241.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 229 | 0 | 0.05 | 0.09 | 0.02 | 27.27 | 0.73 | 0.94 |
| Hex | FB | EF | E5 | 0 | 5 | 9 | 2 | 1B | 49 | 5E |
| Octal | 373 | 357 | 345 | 0 | 5 | 11 | 2 | 33 | 111 | 136 |
| Binary | 11111011 | 11101111 | 11100101 | 0 | 101 | 1001 | 10 | 11011 | 1001001 | 1011110 |
Color Harmonies of #FBEFE5
Complementary color
Monochromatic Colors of #FBEFE5
Black with #FBEFE5
Text Example
Text Example
White with #FBEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFE5; }
p { color: rgb(251,239,229); }
H1.HeaderClassName
{
color: #FBEFE5;
}
.AnyTagClassName
{
color: #FBEFE5;
}
</style>
background-color css
<style>
a { background-color: #FBEFE5; }
a { background-color: rgb(251,239,229); }
div.DivClassName
{
background-color: #FBEFE5;
}
.BgClassName
{
background-color: #FBEFE5;
}
</style>
border-color css
<style>
span { border-color: #FBEFE5; }
span { border-color: rgb(251,239,229); }
td.TdClassName
{
border-color: #FBEFE5;
}
.TagClassName
{
border-color: #FBEFE5;
}
</style>