Shades of Old Lace #FEF5E8
Tints of Old Lace #FEF5E8
RGB
CMYK
RGB Variations
Color information
#FEF5E8 (or 0xFEF5E8) is known color: Old Lace. HEX triplet: FE, F5 and E8. RGB value is (254,245,232). Sum of RGB (Red+Green+Blue) = 254+245+232=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 245 (96.09% from 255 or 33.52% from 731); Blue value is 232 (91.02% from 255 or 31.74% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5E8 is #010A17. Grayscale: #F6F6F6. Windows color (decimal): -68120 or 15267326. OLE color: 15267326.
HSL color Cylindrical-coordinate representation of color #FEF5E8: hue angle of 35.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 #FEF5E8 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 232 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.00 |
| HSL | 35.45º | 0.92% | 0.95% | - |
| HSV(B) | 35.45º | 0.09% | 1% | - |
| XYZ | 88.09 | 92.2 | 89.5 | - |
| YUV | 246.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 232 | 0 | 0.04 | 0.09 | 0.00 | 35.45 | 0.92 | 0.95 |
| Hex | FE | F5 | E8 | 0 | 4 | 9 | 0 | 23 | 5C | 5F |
| Octal | 376 | 365 | 350 | 0 | 4 | 11 | 0 | 43 | 134 | 137 |
| Binary | 11111110 | 11110101 | 11101000 | 0 | 100 | 1001 | 0 | 100011 | 1011100 | 1011111 |
Color Harmonies of #FEF5E8
Complementary color
Monochromatic Colors of #FEF5E8
Black with #FEF5E8
Text Example
Text Example
White with #FEF5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5E8; }
p { color: rgb(254,245,232); }
H1.HeaderClassName
{
color: #FEF5E8;
}
.AnyTagClassName
{
color: #FEF5E8;
}
</style>
background-color css
<style>
a { background-color: #FEF5E8; }
a { background-color: rgb(254,245,232); }
div.DivClassName
{
background-color: #FEF5E8;
}
.BgClassName
{
background-color: #FEF5E8;
}
</style>
border-color css
<style>
span { border-color: #FEF5E8; }
span { border-color: rgb(254,245,232); }
td.TdClassName
{
border-color: #FEF5E8;
}
.TagClassName
{
border-color: #FEF5E8;
}
</style>