#FDF7EB

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

Shades of Old Lace #FDF7EB

Tints of Old Lace #FDF7EB

Color information

#FDF7EB (or 0xFDF7EB) is unknown color: approx Old Lace. HEX triplet: FD, F7 and EB. RGB value is (253,247,235). Sum of RGB (Red+Green+Blue) = 253+247+235=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 247 (96.88% from 255 or 33.61% from 735); Blue value is 235 (92.19% from 255 or 31.97% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7EB is #020814. Grayscale: #F7F7F7. Windows color (decimal): -133141 or 15464445. OLE color: 15464445.

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

Color convert

RGB253247235-
CMYK00.020.070.01
HSL40º81.82%95.69%-
HSV(B)40º7.11%99.22%-
XYZ88.7693.491.95-
YUV247.43120.99131.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.42%
GREEN value IS 247 (96.88% from 255) = 33.61%
BLUE value IS 235 (92.19% from 255) = 31.97%
R=34.42%
G=33.61%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324723500.020.070.014081.8295.69
HexFDF7EB0271285260
Octal375367353027150122140
Binary111111011111011111101011010111110100010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7EB; }

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

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

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

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

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

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

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

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