#FFF4E1

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

Shades of Old Lace #FFF4E1

Tints of Old Lace #FFF4E1

Color information

#FFF4E1 (or 0xFFF4E1) is unknown color: approx Old Lace. HEX triplet: FF, F4 and E1. RGB value is (255,244,225). Sum of RGB (Red+Green+Blue) = 255+244+225=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 244 (95.70% from 255 or 33.70% from 724); Blue value is 225 (88.28% from 255 or 31.08% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4E1 is #000B1E. Grayscale: #F5F5F5. Windows color (decimal): -2847 or 14808319. OLE color: 14808319.

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

Color convert

RGB255244225-
CMYK00.040.120
HSL38º100%94.12%-
HSV(B)38º11.76%100%-
XYZ87.1891.484.28-
YUV245.12116.64135.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.22%
GREEN value IS 244 (95.70% from 255) = 33.70%
BLUE value IS 225 (88.28% from 255) = 31.08%
R=35.22%
G=33.70%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524422500.040.1203810094.12
HexFFF4E104C026645e
Octal3773643410414046144136
Binary11111111111101001110000101001100010011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4E1; }

 p { color: rgb(255,244,225); }

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

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

 a { background-color: rgb(255,244,225); }

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

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

 span { border-color: rgb(255,244,225); }

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