#FFF4E0

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

Shades of Old Lace #FFF4E0

Tints of Old Lace #FFF4E0

Color information

#FFF4E0 (or 0xFFF4E0) is unknown color: approx Old Lace. HEX triplet: FF, F4 and E0. RGB value is (255,244,224). Sum of RGB (Red+Green+Blue) = 255+244+224=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 244 (95.70% from 255 or 33.75% from 723); Blue value is 224 (87.89% from 255 or 30.98% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4E0 is #000B1F. Grayscale: #F5F5F5. Windows color (decimal): -2848 or 14742783. OLE color: 14742783.

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

Color convert

RGB255244224-
CMYK00.040.120
HSL38.71º100%93.92%-
HSV(B)38.71º12.16%100%-
XYZ87.0591.3483.56-
YUV245.01116.14135.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 244 (95.70% from 255) = 33.75%
BLUE value IS 224 (87.89% from 255) = 30.98%
R=35.27%
G=33.75%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524422400.040.12038.7110093.92
HexFFF4E004C027645e
Octal3773643400414047144136
Binary11111111111101001110000001001100010011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4E0; }

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

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

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

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

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

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

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

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