Shades of Old Lace #FEF4E6
Tints of Old Lace #FEF4E6
RGB
CMYK
RGB Variations
Color information
#FEF4E6 (or 0xFEF4E6) is known color: Old Lace. HEX triplet: FE, F4 and E6. RGB value is (254,244,230). Sum of RGB (Red+Green+Blue) = 254+244+230=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 244 (95.70% from 255 or 33.52% from 728); Blue value is 230 (90.23% from 255 or 31.59% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4E6 is #010B19. Grayscale: #F5F5F5. Windows color (decimal): -68378 or 15135998. OLE color: 15135998.
HSL color Cylindrical-coordinate representation of color #FEF4E6: hue angle of 35º 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 #FEF4E6 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 230 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.00 |
| HSL | 35º | 0.92% | 0.95% | - |
| HSV(B) | 35º | 0.09% | 1% | - |
| XYZ | 87.51 | 91.49 | 87.91 | - |
| YUV | 245.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 230 | 0 | 0.04 | 0.09 | 0.00 | 35 | 0.92 | 0.95 |
| Hex | FE | F4 | E6 | 0 | 4 | 9 | 0 | 23 | 5C | 5F |
| Octal | 376 | 364 | 346 | 0 | 4 | 11 | 0 | 43 | 134 | 137 |
| Binary | 11111110 | 11110100 | 11100110 | 0 | 100 | 1001 | 0 | 100011 | 1011100 | 1011111 |
Color Harmonies of #FEF4E6
Complementary color
Monochromatic Colors of #FEF4E6
Black with #FEF4E6
Text Example
Text Example
White with #FEF4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4E6; }
p { color: rgb(254,244,230); }
H1.HeaderClassName
{
color: #FEF4E6;
}
.AnyTagClassName
{
color: #FEF4E6;
}
</style>
background-color css
<style>
a { background-color: #FEF4E6; }
a { background-color: rgb(254,244,230); }
div.DivClassName
{
background-color: #FEF4E6;
}
.BgClassName
{
background-color: #FEF4E6;
}
</style>
border-color css
<style>
span { border-color: #FEF4E6; }
span { border-color: rgb(254,244,230); }
td.TdClassName
{
border-color: #FEF4E6;
}
.TagClassName
{
border-color: #FEF4E6;
}
</style>