Shades of Old Lace #FEF8EA
Tints of Old Lace #FEF8EA
RGB
CMYK
RGB Variations
Color information
#FEF8EA (or 0xFEF8EA) is known color: Old Lace. HEX triplet: FE, F8 and EA. RGB value is (254,248,234). Sum of RGB (Red+Green+Blue) = 254+248+234=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 234 (91.80% from 255 or 31.79% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8EA is #010715. Grayscale: #F8F8F8. Windows color (decimal): -67350 or 15399166. OLE color: 15399166.
HSL color Cylindrical-coordinate representation of color #FEF8EA: hue angle of 42º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEF8EA is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 234 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.00 |
| HSL | 42º | 0.91% | 0.96% | - |
| HSV(B) | 42º | 0.08% | 1% | - |
| XYZ | 89.29 | 94.15 | 91.31 | - |
| YUV | 248.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 234 | 0 | 0.02 | 0.08 | 0.00 | 42 | 0.91 | 0.96 |
| Hex | FE | F8 | EA | 0 | 2 | 8 | 0 | 2A | 5B | 60 |
| Octal | 376 | 370 | 352 | 0 | 2 | 10 | 0 | 52 | 133 | 140 |
| Binary | 11111110 | 11111000 | 11101010 | 0 | 10 | 1000 | 0 | 101010 | 1011011 | 1100000 |
Color Harmonies of #FEF8EA
Complementary color
Monochromatic Colors of #FEF8EA
Black with #FEF8EA
Text Example
Text Example
White with #FEF8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8EA; }
p { color: rgb(254,248,234); }
H1.HeaderClassName
{
color: #FEF8EA;
}
.AnyTagClassName
{
color: #FEF8EA;
}
</style>
background-color css
<style>
a { background-color: #FEF8EA; }
a { background-color: rgb(254,248,234); }
div.DivClassName
{
background-color: #FEF8EA;
}
.BgClassName
{
background-color: #FEF8EA;
}
</style>
border-color css
<style>
span { border-color: #FEF8EA; }
span { border-color: rgb(254,248,234); }
td.TdClassName
{
border-color: #FEF8EA;
}
.TagClassName
{
border-color: #FEF8EA;
}
</style>