#FDF4E3

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

Shades of Old Lace #FDF4E3

Tints of Old Lace #FDF4E3

Color information

#FDF4E3 (or 0xFDF4E3) is unknown color: approx Old Lace. HEX triplet: FD, F4 and E3. RGB value is (253,244,227). Sum of RGB (Red+Green+Blue) = 253+244+227=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 244 (95.70% from 255 or 33.70% from 724); Blue value is 227 (89.06% from 255 or 31.35% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4E3 is #020B1C. Grayscale: #F4F4F4. Windows color (decimal): -133917 or 14939389. OLE color: 14939389.

HSL color Cylindrical-coordinate representation of color #FDF4E3: hue angle of 39.23º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDF4E3 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB253244227-
CMYK00.040.100.01
HSL39.23º86.67%94.12%-
HSV(B)39.23º10.28%99.22%-
XYZ86.7291.1385.69-
YUV244.75117.98133.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 244 (95.70% from 255) = 33.70%
BLUE value IS 227 (89.06% from 255) = 31.35%
R=34.94%
G=33.70%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324422700.040.100.0139.2386.6794.12
HexFDF4E304A127575e
Octal3753643430412147127136
Binary11111101111101001110001101001010110011110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4E3; }

 p { color: rgb(253,244,227); }

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

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

 a { background-color: rgb(253,244,227); }

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

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

 span { border-color: rgb(253,244,227); }

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