#FEF7EA

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

Shades of Old Lace #FEF7EA

Tints of Old Lace #FEF7EA

Color information

#FEF7EA (or 0xFEF7EA) is unknown color: approx Old Lace. HEX triplet: FE, F7 and EA. RGB value is (254,247,234). Sum of RGB (Red+Green+Blue) = 254+247+234=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 247 (96.88% from 255 or 33.61% from 735); Blue value is 234 (91.80% from 255 or 31.84% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7EA is #010815. Grayscale: #F7F7F7. Windows color (decimal): -67606 or 15398910. OLE color: 15398910.

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

Color convert

RGB254247234-
CMYK00.030.080.00
HSL39º90.91%95.69%-
HSV(B)39º7.87%99.61%-
XYZ88.9993.5391.21-
YUV247.61120.32132.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.56%
GREEN value IS 247 (96.88% from 255) = 33.61%
BLUE value IS 234 (91.80% from 255) = 31.84%
R=34.56%
G=33.61%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424723400.030.080.003990.9195.69
HexFEF7EA0380275b60
Octal3763673520310047133140
Binary1111111011110111111010100111000010011110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7EA; }

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

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

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

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

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

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

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

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