#FEF6E3

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

Shades of Old Lace #FEF6E3

Tints of Old Lace #FEF6E3

Color information

#FEF6E3 (or 0xFEF6E3) is unknown color: approx Old Lace. HEX triplet: FE, F6 and E3. RGB value is (254,246,227). Sum of RGB (Red+Green+Blue) = 254+246+227=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 246 (96.48% from 255 or 33.84% from 727); Blue value is 227 (89.06% from 255 or 31.22% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6E3 is #01091C. Grayscale: #F6F6F6. Windows color (decimal): -67869 or 14939902. OLE color: 14939902.

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

Color convert

RGB254246227-
CMYK00.030.110.00
HSL42.22º93.1%94.31%-
HSV(B)42.22º10.63%99.61%-
XYZ87.6992.5385.91-
YUV246.23117.15133.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.94%
GREEN value IS 246 (96.48% from 255) = 33.84%
BLUE value IS 227 (89.06% from 255) = 31.22%
R=34.94%
G=33.84%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424622700.030.110.0042.2293.194.31
HexFEF6E303B02a5d5e
Octal3763663430313052135136
Binary1111111011110110111000110111011010101010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6E3; }

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

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

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

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

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

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

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

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