Shades of White Linen #F3EADD
Tints of White Linen #F3EADD
RGB
CMYK
RGB Variations
Color information
#F3EADD (or 0xF3EADD) is known color: White Linen. HEX triplet: F3, EA and DD. RGB value is (243,234,221). Sum of RGB (Red+Green+Blue) = 243+234+221=698 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.81% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EADD is #0C1522. Grayscale: #EBEBEB. Windows color (decimal): -791843 or 14543603. OLE color: 14543603.
HSL color Cylindrical-coordinate representation of color #F3EADD: hue angle of 35.45º degrees, saturation: 0.48, 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 #F3EADD is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 221 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.05 |
| HSL | 35.45º | 0.48% | 0.91% | - |
| HSV(B) | 35.45º | 0.09% | 0.95% | - |
| XYZ | 79.44 | 83.12 | 80.26 | - |
| YUV | 235.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 221 | 0 | 0.04 | 0.09 | 0.05 | 35.45 | 0.48 | 0.91 |
| Hex | F3 | EA | DD | 0 | 4 | 9 | 5 | 23 | 30 | 5B |
| Octal | 363 | 352 | 335 | 0 | 4 | 11 | 5 | 43 | 60 | 133 |
| Binary | 11110011 | 11101010 | 11011101 | 0 | 100 | 1001 | 101 | 100011 | 110000 | 1011011 |
Color Harmonies of #F3EADD
Complementary color
Monochromatic Colors of #F3EADD
Black with #F3EADD
Text Example
Text Example
White with #F3EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EADD; }
p { color: rgb(243,234,221); }
H1.HeaderClassName
{
color: #F3EADD;
}
.AnyTagClassName
{
color: #F3EADD;
}
</style>
background-color css
<style>
a { background-color: #F3EADD; }
a { background-color: rgb(243,234,221); }
div.DivClassName
{
background-color: #F3EADD;
}
.BgClassName
{
background-color: #F3EADD;
}
</style>
border-color css
<style>
span { border-color: #F3EADD; }
span { border-color: rgb(243,234,221); }
td.TdClassName
{
border-color: #F3EADD;
}
.TagClassName
{
border-color: #F3EADD;
}
</style>