Shades of Old Lace #FEF6E4
Tints of Old Lace #FEF6E4
RGB
CMYK
RGB Variations
Color information
#FEF6E4 (or 0xFEF6E4) is known color: Old Lace. HEX triplet: FE, F6 and E4. RGB value is (254,246,228). Sum of RGB (Red+Green+Blue) = 254+246+228=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 246 (96.48% from 255 or 33.79% from 728); Blue value is 228 (89.45% from 255 or 31.32% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6E4 is #01091B. Grayscale: #F6F6F6. Windows color (decimal): -67868 or 15005438. OLE color: 15005438.
HSL color Cylindrical-coordinate representation of color #FEF6E4: hue angle of 41.54º 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 #FEF6E4 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 228 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.00 |
| HSL | 41.54º | 0.93% | 0.95% | - |
| HSV(B) | 41.54º | 0.1% | 1% | - |
| XYZ | 87.83 | 92.58 | 86.64 | - |
| YUV | 246.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 228 | 0 | 0.03 | 0.10 | 0.00 | 41.54 | 0.93 | 0.95 |
| Hex | FE | F6 | E4 | 0 | 3 | A | 0 | 2A | 5D | 5F |
| Octal | 376 | 366 | 344 | 0 | 3 | 12 | 0 | 52 | 135 | 137 |
| Binary | 11111110 | 11110110 | 11100100 | 0 | 11 | 1010 | 0 | 101010 | 1011101 | 1011111 |
Color Harmonies of #FEF6E4
Complementary color
Monochromatic Colors of #FEF6E4
Black with #FEF6E4
Text Example
Text Example
White with #FEF6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6E4; }
p { color: rgb(254,246,228); }
H1.HeaderClassName
{
color: #FEF6E4;
}
.AnyTagClassName
{
color: #FEF6E4;
}
</style>
background-color css
<style>
a { background-color: #FEF6E4; }
a { background-color: rgb(254,246,228); }
div.DivClassName
{
background-color: #FEF6E4;
}
.BgClassName
{
background-color: #FEF6E4;
}
</style>
border-color css
<style>
span { border-color: #FEF6E4; }
span { border-color: rgb(254,246,228); }
td.TdClassName
{
border-color: #FEF6E4;
}
.TagClassName
{
border-color: #FEF6E4;
}
</style>