Shades of Old Lace #FEF3DF
Tints of Old Lace #FEF3DF
RGB
CMYK
RGB Variations
Color information
#FEF3DF (or 0xFEF3DF) is known color: Old Lace. HEX triplet: FE, F3 and DF. RGB value is (254,243,223). Sum of RGB (Red+Green+Blue) = 254+243+223=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 243 (95.31% from 255 or 33.75% from 720); Blue value is 223 (87.5% from 255 or 30.97% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3DF is #010C20. Grayscale: #F4F4F4. Windows color (decimal): -68641 or 14676990. OLE color: 14676990.
HSL color Cylindrical-coordinate representation of color #FEF3DF: hue angle of 38.71º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEF3DF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 223 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.00 |
| HSL | 38.71º | 0.94% | 0.94% | - |
| HSV(B) | 38.71º | 0.12% | 1% | - |
| XYZ | 86.24 | 90.5 | 82.73 | - |
| YUV | 244.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 223 | 0 | 0.04 | 0.12 | 0.00 | 38.71 | 0.94 | 0.94 |
| Hex | FE | F3 | DF | 0 | 4 | C | 0 | 27 | 5E | 5E |
| Octal | 376 | 363 | 337 | 0 | 4 | 14 | 0 | 47 | 136 | 136 |
| Binary | 11111110 | 11110011 | 11011111 | 0 | 100 | 1100 | 0 | 100111 | 1011110 | 1011110 |
Color Harmonies of #FEF3DF
Complementary color
Monochromatic Colors of #FEF3DF
Black with #FEF3DF
Text Example
Text Example
White with #FEF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3DF; }
p { color: rgb(254,243,223); }
H1.HeaderClassName
{
color: #FEF3DF;
}
.AnyTagClassName
{
color: #FEF3DF;
}
</style>
background-color css
<style>
a { background-color: #FEF3DF; }
a { background-color: rgb(254,243,223); }
div.DivClassName
{
background-color: #FEF3DF;
}
.BgClassName
{
background-color: #FEF3DF;
}
</style>
border-color css
<style>
span { border-color: #FEF3DF; }
span { border-color: rgb(254,243,223); }
td.TdClassName
{
border-color: #FEF3DF;
}
.TagClassName
{
border-color: #FEF3DF;
}
</style>