#FEF6E9

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

Shades of Old Lace #FEF6E9

Tints of Old Lace #FEF6E9

Color information

#FEF6E9 (or 0xFEF6E9) is unknown color: approx Old Lace. HEX triplet: FE, F6 and E9. RGB value is (254,246,233). Sum of RGB (Red+Green+Blue) = 254+246+233=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 246 (96.48% from 255 or 33.56% from 733); Blue value is 233 (91.41% from 255 or 31.79% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6E9 is #010916. Grayscale: #F6F6F6. Windows color (decimal): -67863 or 15333118. OLE color: 15333118.

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

Color convert

RGB254246233-
CMYK00.030.080.00
HSL37.14º91.3%95.49%-
HSV(B)37.14º8.27%99.61%-
XYZ88.5492.8790.35-
YUV246.91120.15133.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.65%
GREEN value IS 246 (96.48% from 255) = 33.56%
BLUE value IS 233 (91.41% from 255) = 31.79%
R=34.65%
G=33.56%
B=31.79%

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
Decimal25424623300.030.080.0037.1491.395.49
HexFEF6E90380255b5f
Octal3763663510310045133137
Binary1111111011110110111010010111000010010110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6E9; }

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

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

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

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

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

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

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

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