#FEF4E7

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

Shades of Old Lace #FEF4E7

Tints of Old Lace #FEF4E7

Color information

#FEF4E7 (or 0xFEF4E7) is unknown color: approx Old Lace. HEX triplet: FE, F4 and E7. RGB value is (254,244,231). Sum of RGB (Red+Green+Blue) = 254+244+231=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 244 (95.70% from 255 or 33.47% from 729); Blue value is 231 (90.62% from 255 or 31.69% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4E7 is #010B18. Grayscale: #F5F5F5. Windows color (decimal): -68377 or 15201534. OLE color: 15201534.

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

Color convert

RGB254244231-
CMYK00.040.090.00
HSL33.91º92%95.1%-
HSV(B)33.91º9.06%99.61%-
XYZ87.6591.5488.65-
YUV245.51119.81134.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.84%
GREEN value IS 244 (95.70% from 255) = 33.47%
BLUE value IS 231 (90.62% from 255) = 31.69%
R=34.84%
G=33.47%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424423100.040.090.0033.919295.1
HexFEF4E70490225c5f
Octal3763643470411042134137
Binary11111110111101001110011101001001010001010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4E7; }

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

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

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

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

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

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

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

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