#FEF8EA

Color #FEF8EA Old Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lace #FEF8EA

Tints of Old Lace #FEF8EA

Color information

#FEF8EA (or 0xFEF8EA) is unknown color: approx Old Lace. HEX triplet: FE, F8 and EA. RGB value is (254,248,234). Sum of RGB (Red+Green+Blue) = 254+248+234=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 234 (91.80% from 255 or 31.79% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8EA is #010715. Grayscale: #F8F8F8. Windows color (decimal): -67350 or 15399166. OLE color: 15399166.

HSL color Cylindrical-coordinate representation of color #FEF8EA: hue angle of 42º 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 #FEF8EA is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254248234-
CMYK00.020.080.00
HSL42º90.91%95.69%-
HSV(B)42º7.87%99.61%-
XYZ89.2994.1591.31-
YUV248.2119.99132.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 34.51%
GREEN value IS 248 (97.27% from 255) = 33.70%
BLUE value IS 234 (91.80% from 255) = 31.79%
R=34.51%
G=33.70%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424823400.020.080.004290.9195.69
HexFEF8EA02802a5b60
Octal3763703520210052133140
Binary1111111011111000111010100101000010101010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8EA; }

 p { color: rgb(254,248,234); }

 H1.HeaderClassName
 {
   color: #FEF8EA;
 }
 .AnyTagClassName
 {
   color: #FEF8EA;
 }
</style>
background-color css

<style>
 a { background-color: #FEF8EA; }

 a { background-color: rgb(254,248,234); }

 div.DivClassName
 {
   background-color: #FEF8EA;
 }
 .BgClassName
 {
   background-color: #FEF8EA;
 }
</style>
border-color css

<style>
 span { border-color: #FEF8EA; }

 span { border-color: rgb(254,248,234); }

 td.TdClassName
 {
   border-color: #FEF8EA;
 }
 .TagClassName
 {
   border-color: #FEF8EA;
 }
</style>