#FEF3E1

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

Shades of Old Lace #FEF3E1

Tints of Old Lace #FEF3E1

Color information

#FEF3E1 (or 0xFEF3E1) is unknown color: approx Old Lace. HEX triplet: FE, F3 and E1. RGB value is (254,243,225). Sum of RGB (Red+Green+Blue) = 254+243+225=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 243 (95.31% from 255 or 33.66% from 722); Blue value is 225 (88.28% from 255 or 31.16% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3E1 is #010C1E. Grayscale: #F4F4F4. Windows color (decimal): -68639 or 14808062. OLE color: 14808062.

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

Color convert

RGB254243225-
CMYK00.040.110.00
HSL37.24º93.55%93.92%-
HSV(B)37.24º11.42%99.61%-
XYZ86.5190.6184.16-
YUV244.24117.14134.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 243 (95.31% from 255) = 33.66%
BLUE value IS 225 (88.28% from 255) = 31.16%
R=35.18%
G=33.66%
B=31.16%

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
Decimal25424322500.040.110.0037.2493.5593.92
HexFEF3E104B0255e5e
Octal3763633410413045136136
Binary11111110111100111110000101001011010010110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3E1; }

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

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

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

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

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

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

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

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