Shades of Old Lace #FEF6EA
Tints of Old Lace #FEF6EA
RGB
CMYK
RGB Variations
Color information
#FEF6EA (or 0xFEF6EA) is known color: Old Lace. HEX triplet: FE, F6 and EA. RGB value is (254,246,234). Sum of RGB (Red+Green+Blue) = 254+246+234=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 246 (96.48% from 255 or 33.51% from 734); Blue value is 234 (91.80% from 255 or 31.88% from 734); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6EA is #010915. Grayscale: #F7F7F7. Windows color (decimal): -67862 or 15398654. OLE color: 15398654.
HSL color Cylindrical-coordinate representation of color #FEF6EA: hue angle of 36º 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 #FEF6EA is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 234 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.00 |
| HSL | 36º | 0.91% | 0.96% | - |
| HSV(B) | 36º | 0.08% | 1% | - |
| XYZ | 88.68 | 92.92 | 91.1 | - |
| YUV | 247.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 234 | 0 | 0.03 | 0.08 | 0.00 | 36 | 0.91 | 0.96 |
| Hex | FE | F6 | EA | 0 | 3 | 8 | 0 | 24 | 5B | 60 |
| Octal | 376 | 366 | 352 | 0 | 3 | 10 | 0 | 44 | 133 | 140 |
| Binary | 11111110 | 11110110 | 11101010 | 0 | 11 | 1000 | 0 | 100100 | 1011011 | 1100000 |
Color Harmonies of #FEF6EA
Complementary color
Monochromatic Colors of #FEF6EA
Black with #FEF6EA
Text Example
Text Example
White with #FEF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6EA; }
p { color: rgb(254,246,234); }
H1.HeaderClassName
{
color: #FEF6EA;
}
.AnyTagClassName
{
color: #FEF6EA;
}
</style>
background-color css
<style>
a { background-color: #FEF6EA; }
a { background-color: rgb(254,246,234); }
div.DivClassName
{
background-color: #FEF6EA;
}
.BgClassName
{
background-color: #FEF6EA;
}
</style>
border-color css
<style>
span { border-color: #FEF6EA; }
span { border-color: rgb(254,246,234); }
td.TdClassName
{
border-color: #FEF6EA;
}
.TagClassName
{
border-color: #FEF6EA;
}
</style>