Shades of White Linen #F3EADC
Tints of White Linen #F3EADC
RGB
CMYK
RGB Variations
Color information
#F3EADC (or 0xF3EADC) is known color: White Linen. HEX triplet: F3, EA and DC. RGB value is (243,234,220). Sum of RGB (Red+Green+Blue) = 243+234+220=697 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.86% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EADC is #0C1523. Grayscale: #EBEBEB. Windows color (decimal): -791844 or 14478067. OLE color: 14478067.
HSL color Cylindrical-coordinate representation of color #F3EADC: hue angle of 36.52º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3EADC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 220 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.05 |
| HSL | 36.52º | 0.49% | 0.91% | - |
| HSV(B) | 36.52º | 0.09% | 0.95% | - |
| XYZ | 79.3 | 83.07 | 79.56 | - |
| YUV | 235.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 220 | 0 | 0.04 | 0.09 | 0.05 | 36.52 | 0.49 | 0.91 |
| Hex | F3 | EA | DC | 0 | 4 | 9 | 5 | 25 | 31 | 5B |
| Octal | 363 | 352 | 334 | 0 | 4 | 11 | 5 | 45 | 61 | 133 |
| Binary | 11110011 | 11101010 | 11011100 | 0 | 100 | 1001 | 101 | 100101 | 110001 | 1011011 |
Color Harmonies of #F3EADC
Complementary color
Monochromatic Colors of #F3EADC
Black with #F3EADC
Text Example
Text Example
White with #F3EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EADC; }
p { color: rgb(243,234,220); }
H1.HeaderClassName
{
color: #F3EADC;
}
.AnyTagClassName
{
color: #F3EADC;
}
</style>
background-color css
<style>
a { background-color: #F3EADC; }
a { background-color: rgb(243,234,220); }
div.DivClassName
{
background-color: #F3EADC;
}
.BgClassName
{
background-color: #F3EADC;
}
</style>
border-color css
<style>
span { border-color: #F3EADC; }
span { border-color: rgb(243,234,220); }
td.TdClassName
{
border-color: #F3EADC;
}
.TagClassName
{
border-color: #F3EADC;
}
</style>