Shades of White Linen #F3E8DA
Tints of White Linen #F3E8DA
RGB
CMYK
RGB Variations
Color information
#F3E8DA (or 0xF3E8DA) is known color: White Linen. HEX triplet: F3, E8 and DA. RGB value is (243,232,218). Sum of RGB (Red+Green+Blue) = 243+232+218=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E8DA is #0C1725. Grayscale: #E9E9E9. Windows color (decimal): -792358 or 14346483. OLE color: 14346483.
HSL color Cylindrical-coordinate representation of color #F3E8DA: hue angle of 33.6º 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 #F3E8DA is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 232 | 218 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.05 |
| HSL | 33.6º | 0.51% | 0.9% | - |
| HSV(B) | 33.6º | 0.1% | 0.95% | - |
| XYZ | 78.47 | 81.83 | 77.99 | - |
| YUV | 233.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 232 | 218 | 0 | 0.05 | 0.10 | 0.05 | 33.6 | 0.51 | 0.9 |
| Hex | F3 | E8 | DA | 0 | 5 | A | 5 | 22 | 33 | 5A |
| Octal | 363 | 350 | 332 | 0 | 5 | 12 | 5 | 42 | 63 | 132 |
| Binary | 11110011 | 11101000 | 11011010 | 0 | 101 | 1010 | 101 | 100010 | 110011 | 1011010 |
Color Harmonies of #F3E8DA
Complementary color
Monochromatic Colors of #F3E8DA
Black with #F3E8DA
Text Example
Text Example
White with #F3E8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E8DA; }
p { color: rgb(243,232,218); }
H1.HeaderClassName
{
color: #F3E8DA;
}
.AnyTagClassName
{
color: #F3E8DA;
}
</style>
background-color css
<style>
a { background-color: #F3E8DA; }
a { background-color: rgb(243,232,218); }
div.DivClassName
{
background-color: #F3E8DA;
}
.BgClassName
{
background-color: #F3E8DA;
}
</style>
border-color css
<style>
span { border-color: #F3E8DA; }
span { border-color: rgb(243,232,218); }
td.TdClassName
{
border-color: #F3E8DA;
}
.TagClassName
{
border-color: #F3E8DA;
}
</style>