Shades of White Linen #F3E9D8
Tints of White Linen #F3E9D8
RGB
CMYK
RGB Variations
Color information
#F3E9D8 (or 0xF3E9D8) is known color: White Linen. HEX triplet: F3, E9 and D8. RGB value is (243,233,216). Sum of RGB (Red+Green+Blue) = 243+233+216=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 216 (84.77% from 255 or 31.21% from 692); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E9D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E9D8 is #0C1627. Grayscale: #EAEAEA. Windows color (decimal): -792104 or 14215667. OLE color: 14215667.
HSL color Cylindrical-coordinate representation of color #F3E9D8: hue angle of 37.78º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3E9D8 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 216 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.05 |
| HSL | 37.78º | 0.53% | 0.9% | - |
| HSV(B) | 37.78º | 0.11% | 0.95% | - |
| XYZ | 78.5 | 82.29 | 76.71 | - |
| YUV | 234.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 216 | 0 | 0.04 | 0.11 | 0.05 | 37.78 | 0.53 | 0.9 |
| Hex | F3 | E9 | D8 | 0 | 4 | B | 5 | 26 | 35 | 5A |
| Octal | 363 | 351 | 330 | 0 | 4 | 13 | 5 | 46 | 65 | 132 |
| Binary | 11110011 | 11101001 | 11011000 | 0 | 100 | 1011 | 101 | 100110 | 110101 | 1011010 |
Color Harmonies of #F3E9D8
Complementary color
Monochromatic Colors of #F3E9D8
Black with #F3E9D8
Text Example
Text Example
White with #F3E9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E9D8; }
p { color: rgb(243,233,216); }
H1.HeaderClassName
{
color: #F3E9D8;
}
.AnyTagClassName
{
color: #F3E9D8;
}
</style>
background-color css
<style>
a { background-color: #F3E9D8; }
a { background-color: rgb(243,233,216); }
div.DivClassName
{
background-color: #F3E9D8;
}
.BgClassName
{
background-color: #F3E9D8;
}
</style>
border-color css
<style>
span { border-color: #F3E9D8; }
span { border-color: rgb(243,233,216); }
td.TdClassName
{
border-color: #F3E9D8;
}
.TagClassName
{
border-color: #F3E9D8;
}
</style>