#FDF6E9

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

Shades of Old Lace #FDF6E9

Tints of Old Lace #FDF6E9

Color information

#FDF6E9 (or 0xFDF6E9) is unknown color: approx Old Lace. HEX triplet: FD, F6 and E9. RGB value is (253,246,233). Sum of RGB (Red+Green+Blue) = 253+246+233=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 246 (96.48% from 255 or 33.61% from 732); Blue value is 233 (91.41% from 255 or 31.83% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6E9 is #020916. Grayscale: #F6F6F6. Windows color (decimal): -133399 or 15333117. OLE color: 15333117.

HSL color Cylindrical-coordinate representation of color #FDF6E9: hue angle of 39º degrees, saturation: 0.83, 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 #FDF6E9 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253246233-
CMYK00.030.080.01
HSL39º83.33%95.29%-
HSV(B)39º7.91%99.22%-
XYZ88.1792.6890.33-
YUV246.61120.32132.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.56%
GREEN value IS 246 (96.48% from 255) = 33.61%
BLUE value IS 233 (91.41% from 255) = 31.83%
R=34.56%
G=33.61%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324623300.030.080.013983.3395.29
HexFDF6E9038127535f
Octal3753663510310147123137
Binary1111110111110110111010010111000110011110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6E9; }

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

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

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

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

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

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

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

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