#FDF4E8

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

Shades of Old Lace #FDF4E8

Tints of Old Lace #FDF4E8

Color information

#FDF4E8 (or 0xFDF4E8) is unknown color: approx Old Lace. HEX triplet: FD, F4 and E8. RGB value is (253,244,232). Sum of RGB (Red+Green+Blue) = 253+244+232=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 244 (95.70% from 255 or 33.47% from 729); Blue value is 232 (91.02% from 255 or 31.82% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4E8 is #020B17. Grayscale: #F5F5F5. Windows color (decimal): -133912 or 15267069. OLE color: 15267069.

HSL color Cylindrical-coordinate representation of color #FDF4E8: hue angle of 34.29º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDF4E8 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253244232-
CMYK00.040.080.01
HSL34.29º84%95.1%-
HSV(B)34.29º8.3%99.22%-
XYZ87.4291.4189.38-
YUV245.32120.48133.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.71%
GREEN value IS 244 (95.70% from 255) = 33.47%
BLUE value IS 232 (91.02% from 255) = 31.82%
R=34.71%
G=33.47%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324423200.040.080.0134.298495.1
HexFDF4E8048122545f
Octal3753643500410142124137
Binary11111101111101001110100001001000110001010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4E8; }

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

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

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

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

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

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

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

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