Shades of Old Lace #FEF4E4
Tints of Old Lace #FEF4E4
RGB
CMYK
RGB Variations
Color information
#FEF4E4 (or 0xFEF4E4) is known color: Old Lace. HEX triplet: FE, F4 and E4. RGB value is (254,244,228). Sum of RGB (Red+Green+Blue) = 254+244+228=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 244 (95.70% from 255 or 33.61% from 726); Blue value is 228 (89.45% from 255 or 31.40% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4E4 is #010B1B. Grayscale: #F5F5F5. Windows color (decimal): -68380 or 15004926. OLE color: 15004926.
HSL color Cylindrical-coordinate representation of color #FEF4E4: hue angle of 36.92º 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 #FEF4E4 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 228 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.00 |
| HSL | 36.92º | 0.93% | 0.95% | - |
| HSV(B) | 36.92º | 0.1% | 1% | - |
| XYZ | 87.23 | 91.37 | 86.44 | - |
| YUV | 245.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 228 | 0 | 0.04 | 0.10 | 0.00 | 36.92 | 0.93 | 0.95 |
| Hex | FE | F4 | E4 | 0 | 4 | A | 0 | 25 | 5D | 5F |
| Octal | 376 | 364 | 344 | 0 | 4 | 12 | 0 | 45 | 135 | 137 |
| Binary | 11111110 | 11110100 | 11100100 | 0 | 100 | 1010 | 0 | 100101 | 1011101 | 1011111 |
Color Harmonies of #FEF4E4
Complementary color
Monochromatic Colors of #FEF4E4
Black with #FEF4E4
Text Example
Text Example
White with #FEF4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4E4; }
p { color: rgb(254,244,228); }
H1.HeaderClassName
{
color: #FEF4E4;
}
.AnyTagClassName
{
color: #FEF4E4;
}
</style>
background-color css
<style>
a { background-color: #FEF4E4; }
a { background-color: rgb(254,244,228); }
div.DivClassName
{
background-color: #FEF4E4;
}
.BgClassName
{
background-color: #FEF4E4;
}
</style>
border-color css
<style>
span { border-color: #FEF4E4; }
span { border-color: rgb(254,244,228); }
td.TdClassName
{
border-color: #FEF4E4;
}
.TagClassName
{
border-color: #FEF4E4;
}
</style>