Shades of Old Lace #FEF6EC
Tints of Old Lace #FEF6EC
RGB
CMYK
RGB Variations
Color information
#FEF6EC (or 0xFEF6EC) is known color: Old Lace. HEX triplet: FE, F6 and EC. RGB value is (254,246,236). Sum of RGB (Red+Green+Blue) = 254+246+236=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 246 (96.48% from 255 or 33.42% from 736); Blue value is 236 (92.58% from 255 or 32.07% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6EC is #010913. Grayscale: #F7F7F7. Windows color (decimal): -67860 or 15529726. OLE color: 15529726.
HSL color Cylindrical-coordinate representation of color #FEF6EC: hue angle of 33.33º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEF6EC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 236 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.00 |
| HSL | 33.33º | 0.9% | 0.96% | - |
| HSV(B) | 33.33º | 0.07% | 1% | - |
| XYZ | 88.97 | 93.04 | 92.63 | - |
| YUV | 247.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 236 | 0 | 0.03 | 0.07 | 0.00 | 33.33 | 0.9 | 0.96 |
| Hex | FE | F6 | EC | 0 | 3 | 7 | 0 | 21 | 5A | 60 |
| Octal | 376 | 366 | 354 | 0 | 3 | 7 | 0 | 41 | 132 | 140 |
| Binary | 11111110 | 11110110 | 11101100 | 0 | 11 | 111 | 0 | 100001 | 1011010 | 1100000 |
Color Harmonies of #FEF6EC
Complementary color
Monochromatic Colors of #FEF6EC
Black with #FEF6EC
Text Example
Text Example
White with #FEF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6EC; }
p { color: rgb(254,246,236); }
H1.HeaderClassName
{
color: #FEF6EC;
}
.AnyTagClassName
{
color: #FEF6EC;
}
</style>
background-color css
<style>
a { background-color: #FEF6EC; }
a { background-color: rgb(254,246,236); }
div.DivClassName
{
background-color: #FEF6EC;
}
.BgClassName
{
background-color: #FEF6EC;
}
</style>
border-color css
<style>
span { border-color: #FEF6EC; }
span { border-color: rgb(254,246,236); }
td.TdClassName
{
border-color: #FEF6EC;
}
.TagClassName
{
border-color: #FEF6EC;
}
</style>