Shades of White Linen #F3E9DA
Tints of White Linen #F3E9DA
RGB
CMYK
RGB Variations
Color information
#F3E9DA (or 0xF3E9DA) is known color: White Linen. HEX triplet: F3, E9 and DA. RGB value is (243,233,218). Sum of RGB (Red+Green+Blue) = 243+233+218=694 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.01% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E9DA is #0C1625. Grayscale: #EAEAEA. Windows color (decimal): -792102 or 14346739. OLE color: 14346739.
HSL color Cylindrical-coordinate representation of color #F3E9DA: hue angle of 36º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3E9DA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 218 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.05 |
| HSL | 36º | 0.51% | 0.9% | - |
| HSV(B) | 36º | 0.1% | 0.95% | - |
| XYZ | 78.76 | 82.39 | 78.08 | - |
| YUV | 234.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 218 | 0 | 0.04 | 0.10 | 0.05 | 36 | 0.51 | 0.9 |
| Hex | F3 | E9 | DA | 0 | 4 | A | 5 | 24 | 33 | 5A |
| Octal | 363 | 351 | 332 | 0 | 4 | 12 | 5 | 44 | 63 | 132 |
| Binary | 11110011 | 11101001 | 11011010 | 0 | 100 | 1010 | 101 | 100100 | 110011 | 1011010 |
Color Harmonies of #F3E9DA
Complementary color
Monochromatic Colors of #F3E9DA
Black with #F3E9DA
Text Example
Text Example
White with #F3E9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E9DA; }
p { color: rgb(243,233,218); }
H1.HeaderClassName
{
color: #F3E9DA;
}
.AnyTagClassName
{
color: #F3E9DA;
}
</style>
background-color css
<style>
a { background-color: #F3E9DA; }
a { background-color: rgb(243,233,218); }
div.DivClassName
{
background-color: #F3E9DA;
}
.BgClassName
{
background-color: #F3E9DA;
}
</style>
border-color css
<style>
span { border-color: #F3E9DA; }
span { border-color: rgb(243,233,218); }
td.TdClassName
{
border-color: #F3E9DA;
}
.TagClassName
{
border-color: #F3E9DA;
}
</style>