Shades of Old Lace #FEF8E6
Tints of Old Lace #FEF8E6
RGB
CMYK
RGB Variations
Color information
#FEF8E6 (or 0xFEF8E6) is known color: Old Lace. HEX triplet: FE, F8 and E6. RGB value is (254,248,230). Sum of RGB (Red+Green+Blue) = 254+248+230=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 248 (97.27% from 255 or 33.88% from 732); Blue value is 230 (90.23% from 255 or 31.42% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8E6 is #010719. Grayscale: #F7F7F7. Windows color (decimal): -67354 or 15137022. OLE color: 15137022.
HSL color Cylindrical-coordinate representation of color #FEF8E6: hue angle of 45º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEF8E6 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 230 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.00 |
| HSL | 45º | 0.92% | 0.95% | - |
| HSV(B) | 45º | 0.09% | 1% | - |
| XYZ | 88.72 | 93.92 | 88.31 | - |
| YUV | 247.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 230 | 0 | 0.02 | 0.09 | 0.00 | 45 | 0.92 | 0.95 |
| Hex | FE | F8 | E6 | 0 | 2 | 9 | 0 | 2D | 5C | 5F |
| Octal | 376 | 370 | 346 | 0 | 2 | 11 | 0 | 55 | 134 | 137 |
| Binary | 11111110 | 11111000 | 11100110 | 0 | 10 | 1001 | 0 | 101101 | 1011100 | 1011111 |
Color Harmonies of #FEF8E6
Complementary color
Monochromatic Colors of #FEF8E6
Black with #FEF8E6
Text Example
Text Example
White with #FEF8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8E6; }
p { color: rgb(254,248,230); }
H1.HeaderClassName
{
color: #FEF8E6;
}
.AnyTagClassName
{
color: #FEF8E6;
}
</style>
background-color css
<style>
a { background-color: #FEF8E6; }
a { background-color: rgb(254,248,230); }
div.DivClassName
{
background-color: #FEF8E6;
}
.BgClassName
{
background-color: #FEF8E6;
}
</style>
border-color css
<style>
span { border-color: #FEF8E6; }
span { border-color: rgb(254,248,230); }
td.TdClassName
{
border-color: #FEF8E6;
}
.TagClassName
{
border-color: #FEF8E6;
}
</style>