Shades of Linen #FBEFE1
Tints of Linen #FBEFE1
RGB
CMYK
RGB Variations
Color information
#FBEFE1 (or 0xFBEFE1) is known color: Linen. HEX triplet: FB, EF and E1. RGB value is (251,239,225). Sum of RGB (Red+Green+Blue) = 251+239+225=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 225 (88.28% from 255 or 31.47% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFE1 is #04101E. Grayscale: #F1F1F1. Windows color (decimal): -266271 or 14807035. OLE color: 14807035.
HSL color Cylindrical-coordinate representation of color #FBEFE1: hue angle of 32.31º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBEFE1 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 225 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.02 |
| HSL | 32.31º | 0.76% | 0.93% | - |
| HSV(B) | 32.31º | 0.1% | 0.98% | - |
| XYZ | 84.24 | 87.68 | 83.72 | - |
| YUV | 240.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 225 | 0 | 0.05 | 0.10 | 0.02 | 32.31 | 0.76 | 0.93 |
| Hex | FB | EF | E1 | 0 | 5 | A | 2 | 20 | 4C | 5D |
| Octal | 373 | 357 | 341 | 0 | 5 | 12 | 2 | 40 | 114 | 135 |
| Binary | 11111011 | 11101111 | 11100001 | 0 | 101 | 1010 | 10 | 100000 | 1001100 | 1011101 |
Color Harmonies of #FBEFE1
Complementary color
Monochromatic Colors of #FBEFE1
Black with #FBEFE1
Text Example
Text Example
White with #FBEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFE1; }
p { color: rgb(251,239,225); }
H1.HeaderClassName
{
color: #FBEFE1;
}
.AnyTagClassName
{
color: #FBEFE1;
}
</style>
background-color css
<style>
a { background-color: #FBEFE1; }
a { background-color: rgb(251,239,225); }
div.DivClassName
{
background-color: #FBEFE1;
}
.BgClassName
{
background-color: #FBEFE1;
}
</style>
border-color css
<style>
span { border-color: #FBEFE1; }
span { border-color: rgb(251,239,225); }
td.TdClassName
{
border-color: #FBEFE1;
}
.TagClassName
{
border-color: #FBEFE1;
}
</style>