Shades of Old Lace #FEF6E5
Tints of Old Lace #FEF6E5
RGB
CMYK
RGB Variations
Color information
#FEF6E5 (or 0xFEF6E5) is known color: Old Lace. HEX triplet: FE, F6 and E5. RGB value is (254,246,229). Sum of RGB (Red+Green+Blue) = 254+246+229=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 246 (96.48% from 255 or 33.74% from 729); Blue value is 229 (89.84% from 255 or 31.41% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6E5 is #01091A. Grayscale: #F6F6F6. Windows color (decimal): -67867 or 15070974. OLE color: 15070974.
HSL color Cylindrical-coordinate representation of color #FEF6E5: hue angle of 40.8º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEF6E5 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 229 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.00 |
| HSL | 40.8º | 0.93% | 0.95% | - |
| HSV(B) | 40.8º | 0.1% | 1% | - |
| XYZ | 87.97 | 92.64 | 87.37 | - |
| YUV | 246.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 229 | 0 | 0.03 | 0.10 | 0.00 | 40.8 | 0.93 | 0.95 |
| Hex | FE | F6 | E5 | 0 | 3 | A | 0 | 29 | 5D | 5F |
| Octal | 376 | 366 | 345 | 0 | 3 | 12 | 0 | 51 | 135 | 137 |
| Binary | 11111110 | 11110110 | 11100101 | 0 | 11 | 1010 | 0 | 101001 | 1011101 | 1011111 |
Color Harmonies of #FEF6E5
Complementary color
Monochromatic Colors of #FEF6E5
Black with #FEF6E5
Text Example
Text Example
White with #FEF6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6E5; }
p { color: rgb(254,246,229); }
H1.HeaderClassName
{
color: #FEF6E5;
}
.AnyTagClassName
{
color: #FEF6E5;
}
</style>
background-color css
<style>
a { background-color: #FEF6E5; }
a { background-color: rgb(254,246,229); }
div.DivClassName
{
background-color: #FEF6E5;
}
.BgClassName
{
background-color: #FEF6E5;
}
</style>
border-color css
<style>
span { border-color: #FEF6E5; }
span { border-color: rgb(254,246,229); }
td.TdClassName
{
border-color: #FEF6E5;
}
.TagClassName
{
border-color: #FEF6E5;
}
</style>