#FEF4E4

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

Shades of Old Lace #FEF4E4

Tints of Old Lace #FEF4E4

Color information

#FEF4E4 (or 0xFEF4E4) is unknown color: approx Old Lace. HEX triplet: FE, F4 and E4. RGB value is (254,244,228). Sum of RGB (Red+Green+Blue) = 254+244+228=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 244 (95.70% from 255 or 33.61% from 726); Blue value is 228 (89.45% from 255 or 31.40% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4E4 is #010B1B. Grayscale: #F5F5F5. Windows color (decimal): -68380 or 15004926. OLE color: 15004926.

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

Color convert

RGB254244228-
CMYK00.040.100.00
HSL36.92º92.86%94.51%-
HSV(B)36.92º10.24%99.61%-
XYZ87.2391.3786.44-
YUV245.17118.31134.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.99%
GREEN value IS 244 (95.70% from 255) = 33.61%
BLUE value IS 228 (89.45% from 255) = 31.40%
R=34.99%
G=33.61%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424422800.040.100.0036.9292.8694.51
HexFEF4E404A0255d5f
Octal3763643440412045135137
Binary11111110111101001110010001001010010010110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4E4; }

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

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

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

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

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

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

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

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