Shades of Linen #FBEEE3
Tints of Linen #FBEEE3
RGB
CMYK
RGB Variations
Color information
#FBEEE3 (or 0xFBEEE3) is known color: Linen. HEX triplet: FB, EE and E3. RGB value is (251,238,227). Sum of RGB (Red+Green+Blue) = 251+238+227=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 227 (89.06% from 255 or 31.70% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEE3 is #04111C. Grayscale: #F0F0F0. Windows color (decimal): -266525 or 14937851. OLE color: 14937851.
HSL color Cylindrical-coordinate representation of color #FBEEE3: hue angle of 27.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 #FBEEE3 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 227 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.02 |
| HSL | 27.5º | 0.75% | 0.94% | - |
| HSV(B) | 27.5º | 0.1% | 0.98% | - |
| XYZ | 84.22 | 87.2 | 85.07 | - |
| YUV | 240.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 227 | 0 | 0.05 | 0.10 | 0.02 | 27.5 | 0.75 | 0.94 |
| Hex | FB | EE | E3 | 0 | 5 | A | 2 | 1C | 4B | 5E |
| Octal | 373 | 356 | 343 | 0 | 5 | 12 | 2 | 34 | 113 | 136 |
| Binary | 11111011 | 11101110 | 11100011 | 0 | 101 | 1010 | 10 | 11100 | 1001011 | 1011110 |
Color Harmonies of #FBEEE3
Complementary color
Monochromatic Colors of #FBEEE3
Black with #FBEEE3
Text Example
Text Example
White with #FBEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEE3; }
p { color: rgb(251,238,227); }
H1.HeaderClassName
{
color: #FBEEE3;
}
.AnyTagClassName
{
color: #FBEEE3;
}
</style>
background-color css
<style>
a { background-color: #FBEEE3; }
a { background-color: rgb(251,238,227); }
div.DivClassName
{
background-color: #FBEEE3;
}
.BgClassName
{
background-color: #FBEEE3;
}
</style>
border-color css
<style>
span { border-color: #FBEEE3; }
span { border-color: rgb(251,238,227); }
td.TdClassName
{
border-color: #FBEEE3;
}
.TagClassName
{
border-color: #FBEEE3;
}
</style>