#FEF6E4

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

Shades of Old Lace #FEF6E4

Tints of Old Lace #FEF6E4

Color information

#FEF6E4 (or 0xFEF6E4) is unknown color: approx Old Lace. HEX triplet: FE, F6 and E4. RGB value is (254,246,228). Sum of RGB (Red+Green+Blue) = 254+246+228=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 246 (96.48% from 255 or 33.79% from 728); Blue value is 228 (89.45% from 255 or 31.32% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6E4 is #01091B. Grayscale: #F6F6F6. Windows color (decimal): -67868 or 15005438. OLE color: 15005438.

HSL color Cylindrical-coordinate representation of color #FEF6E4: hue angle of 41.54º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEF6E4 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB254246228-
CMYK00.030.100.00
HSL41.54º92.86%94.51%-
HSV(B)41.54º10.24%99.61%-
XYZ87.8392.5886.64-
YUV246.34117.65133.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.89%
GREEN value IS 246 (96.48% from 255) = 33.79%
BLUE value IS 228 (89.45% from 255) = 31.32%
R=34.89%
G=33.79%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424622800.030.100.0041.5492.8694.51
HexFEF6E403A02a5d5f
Octal3763663440312052135137
Binary1111111011110110111001000111010010101010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6E4; }

 p { color: rgb(254,246,228); }

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

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

 a { background-color: rgb(254,246,228); }

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

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

 span { border-color: rgb(254,246,228); }

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