#FDF5E3

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

Shades of Old Lace #FDF5E3

Tints of Old Lace #FDF5E3

Color information

#FDF5E3 (or 0xFDF5E3) is unknown color: approx Old Lace. HEX triplet: FD, F5 and E3. RGB value is (253,245,227). Sum of RGB (Red+Green+Blue) = 253+245+227=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 245 (96.09% from 255 or 33.79% from 725); Blue value is 227 (89.06% from 255 or 31.31% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5E3 is #020A1C. Grayscale: #F5F5F5. Windows color (decimal): -133661 or 14939645. OLE color: 14939645.

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

Color convert

RGB253245227-
CMYK00.030.100.01
HSL41.54º86.67%94.12%-
HSV(B)41.54º10.28%99.22%-
XYZ87.0391.7385.79-
YUV245.34117.65133.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.90%
GREEN value IS 245 (96.09% from 255) = 33.79%
BLUE value IS 227 (89.06% from 255) = 31.31%
R=34.90%
G=33.79%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324522700.030.100.0141.5486.6794.12
HexFDF5E303A12a575e
Octal3753653430312152127136
Binary1111110111110101111000110111010110101010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5E3; }

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

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

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

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

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

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

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

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