#FDF6EB

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

Shades of Old Lace #FDF6EB

Tints of Old Lace #FDF6EB

Color information

#FDF6EB (or 0xFDF6EB) is unknown color: approx Old Lace. HEX triplet: FD, F6 and EB. RGB value is (253,246,235). Sum of RGB (Red+Green+Blue) = 253+246+235=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 246 (96.48% from 255 or 33.51% from 734); Blue value is 235 (92.19% from 255 or 32.02% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6EB is #020914. Grayscale: #F6F6F6. Windows color (decimal): -133397 or 15464189. OLE color: 15464189.

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

Color convert

RGB253246235-
CMYK00.030.070.01
HSL36.67º81.82%95.69%-
HSV(B)36.67º7.11%99.22%-
XYZ88.4692.7991.85-
YUV246.84121.32132.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.47%
GREEN value IS 246 (96.48% from 255) = 33.51%
BLUE value IS 235 (92.19% from 255) = 32.02%
R=34.47%
G=33.51%
B=32.02%

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
Decimal25324623500.030.070.0136.6781.8295.69
HexFDF6EB0371255260
Octal375366353037145122140
Binary111111011111011011101011011111110010110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6EB; }

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

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

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

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

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

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

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

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