Shades of White Linen #F2E7DA
Tints of White Linen #F2E7DA
RGB
CMYK
RGB Variations
Color information
#F2E7DA (or 0xF2E7DA) is known color: White Linen. HEX triplet: F2, E7 and DA. RGB value is (242,231,218). Sum of RGB (Red+Green+Blue) = 242+231+218=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7DA is #0D1825. Grayscale: #E8E8E8. Windows color (decimal): -858150 or 14346226. OLE color: 14346226.
HSL color Cylindrical-coordinate representation of color #F2E7DA: hue angle of 32.5º degrees, saturation: 0.48, 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 #F2E7DA is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 218 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.05 |
| HSL | 32.5º | 0.48% | 0.9% | - |
| HSV(B) | 32.5º | 0.1% | 0.95% | - |
| XYZ | 77.85 | 81.09 | 77.88 | - |
| YUV | 232.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 218 | 0 | 0.05 | 0.10 | 0.05 | 32.5 | 0.48 | 0.9 |
| Hex | F2 | E7 | DA | 0 | 5 | A | 5 | 20 | 30 | 5A |
| Octal | 362 | 347 | 332 | 0 | 5 | 12 | 5 | 40 | 60 | 132 |
| Binary | 11110010 | 11100111 | 11011010 | 0 | 101 | 1010 | 101 | 100000 | 110000 | 1011010 |
Color Harmonies of #F2E7DA
Complementary color
Monochromatic Colors of #F2E7DA
Black with #F2E7DA
Text Example
Text Example
White with #F2E7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7DA; }
p { color: rgb(242,231,218); }
H1.HeaderClassName
{
color: #F2E7DA;
}
.AnyTagClassName
{
color: #F2E7DA;
}
</style>
background-color css
<style>
a { background-color: #F2E7DA; }
a { background-color: rgb(242,231,218); }
div.DivClassName
{
background-color: #F2E7DA;
}
.BgClassName
{
background-color: #F2E7DA;
}
</style>
border-color css
<style>
span { border-color: #F2E7DA; }
span { border-color: rgb(242,231,218); }
td.TdClassName
{
border-color: #F2E7DA;
}
.TagClassName
{
border-color: #F2E7DA;
}
</style>