#FDF6EC

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

Shades of Old Lace #FDF6EC

Tints of Old Lace #FDF6EC

Color information

#FDF6EC (or 0xFDF6EC) is unknown color: approx Old Lace. HEX triplet: FD, F6 and EC. RGB value is (253,246,236). Sum of RGB (Red+Green+Blue) = 253+246+236=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 246 (96.48% from 255 or 33.47% from 735); Blue value is 236 (92.58% from 255 or 32.11% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6EC is #020913. Grayscale: #F6F6F6. Windows color (decimal): -133396 or 15529725. OLE color: 15529725.

HSL color Cylindrical-coordinate representation of color #FDF6EC: hue angle of 35.29º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDF6EC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253246236-
CMYK00.030.070.01
HSL35.29º80.95%95.88%-
HSV(B)35.29º6.72%99.22%-
XYZ88.692.8592.61-
YUV246.95121.82132.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.42%
GREEN value IS 246 (96.48% from 255) = 33.47%
BLUE value IS 236 (92.58% from 255) = 32.11%
R=34.42%
G=33.47%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324623600.030.070.0135.2980.9595.88
HexFDF6EC0371235160
Octal375366354037143121140
Binary111111011111011011101100011111110001110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6EC; }

 p { color: rgb(253,246,236); }

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

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

 a { background-color: rgb(253,246,236); }

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

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

 span { border-color: rgb(253,246,236); }

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