Shades of Linen #FBEEE5
Tints of Linen #FBEEE5
RGB
CMYK
RGB Variations
Color information
#FBEEE5 (or 0xFBEEE5) is known color: Linen. HEX triplet: FB, EE and E5. RGB value is (251,238,229). Sum of RGB (Red+Green+Blue) = 251+238+229=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEE5 is #04111A. Grayscale: #F0F0F0. Windows color (decimal): -266523 or 15068923. OLE color: 15068923.
HSL color Cylindrical-coordinate representation of color #FBEEE5: hue angle of 24.55º 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 #FBEEE5 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 229 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.02 |
| HSL | 24.55º | 0.73% | 0.94% | - |
| HSV(B) | 24.55º | 0.09% | 0.98% | - |
| XYZ | 84.5 | 87.32 | 86.53 | - |
| YUV | 240.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 229 | 0 | 0.05 | 0.09 | 0.02 | 24.55 | 0.73 | 0.94 |
| Hex | FB | EE | E5 | 0 | 5 | 9 | 2 | 19 | 49 | 5E |
| Octal | 373 | 356 | 345 | 0 | 5 | 11 | 2 | 31 | 111 | 136 |
| Binary | 11111011 | 11101110 | 11100101 | 0 | 101 | 1001 | 10 | 11001 | 1001001 | 1011110 |
Color Harmonies of #FBEEE5
Complementary color
Monochromatic Colors of #FBEEE5
Black with #FBEEE5
Text Example
Text Example
White with #FBEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEE5; }
p { color: rgb(251,238,229); }
H1.HeaderClassName
{
color: #FBEEE5;
}
.AnyTagClassName
{
color: #FBEEE5;
}
</style>
background-color css
<style>
a { background-color: #FBEEE5; }
a { background-color: rgb(251,238,229); }
div.DivClassName
{
background-color: #FBEEE5;
}
.BgClassName
{
background-color: #FBEEE5;
}
</style>
border-color css
<style>
span { border-color: #FBEEE5; }
span { border-color: rgb(251,238,229); }
td.TdClassName
{
border-color: #FBEEE5;
}
.TagClassName
{
border-color: #FBEEE5;
}
</style>