#FFF4DF

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

Shades of Old Lace #FFF4DF

Tints of Old Lace #FFF4DF

Color information

#FFF4DF (or 0xFFF4DF) is unknown color: approx Old Lace. HEX triplet: FF, F4 and DF. RGB value is (255,244,223). Sum of RGB (Red+Green+Blue) = 255+244+223=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 244 (95.70% from 255 or 33.80% from 722); Blue value is 223 (87.5% from 255 or 30.89% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4DF is #000B20. Grayscale: #F4F4F4. Windows color (decimal): -2849 or 14677247. OLE color: 14677247.

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

Color convert

RGB255244223-
CMYK00.040.130
HSL39.38º100%93.73%-
HSV(B)39.38º12.55%100%-
XYZ86.9191.2982.85-
YUV244.89115.64135.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.32%
GREEN value IS 244 (95.70% from 255) = 33.80%
BLUE value IS 223 (87.5% from 255) = 30.89%
R=35.32%
G=33.80%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524422300.040.13039.3810093.73
HexFFF4DF04D027645e
Octal3773643370415047144136
Binary11111111111101001101111101001101010011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4DF; }

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

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

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

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

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

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

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

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