#FEF4E1

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

Shades of Old Lace #FEF4E1

Tints of Old Lace #FEF4E1

Color information

#FEF4E1 (or 0xFEF4E1) is unknown color: approx Old Lace. HEX triplet: FE, F4 and E1. RGB value is (254,244,225). Sum of RGB (Red+Green+Blue) = 254+244+225=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 244 (95.70% from 255 or 33.75% from 723); Blue value is 225 (88.28% from 255 or 31.12% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4E1 is #010B1E. Grayscale: #F4F4F4. Windows color (decimal): -68383 or 14808318. OLE color: 14808318.

HSL color Cylindrical-coordinate representation of color #FEF4E1: hue angle of 39.31º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEF4E1 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB254244225-
CMYK00.040.110.00
HSL39.31º93.55%93.92%-
HSV(B)39.31º11.42%99.61%-
XYZ86.8191.2184.26-
YUV244.82116.81134.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.13%
GREEN value IS 244 (95.70% from 255) = 33.75%
BLUE value IS 225 (88.28% from 255) = 31.12%
R=35.13%
G=33.75%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424422500.040.110.0039.3193.5593.92
HexFEF4E104B0275e5e
Octal3763643410413047136136
Binary11111110111101001110000101001011010011110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4E1; }

 p { color: rgb(254,244,225); }

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

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

 a { background-color: rgb(254,244,225); }

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

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

 span { border-color: rgb(254,244,225); }

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