#FFF7EA

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

Shades of Old Lace #FFF7EA

Tints of Old Lace #FFF7EA

Color information

#FFF7EA (or 0xFFF7EA) is unknown color: approx Old Lace. HEX triplet: FF, F7 and EA. RGB value is (255,247,234). Sum of RGB (Red+Green+Blue) = 255+247+234=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 234 (91.80% from 255 or 31.79% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF7EA is #000815. Grayscale: #F7F7F7. Windows color (decimal): -2070 or 15398911. OLE color: 15398911.

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

Color convert

RGB255247234-
CMYK00.030.080
HSL37.14º100%95.88%-
HSV(B)37.14º8.24%100%-
XYZ89.3593.7291.22-
YUV247.91120.15133.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.65%
GREEN value IS 247 (96.88% from 255) = 33.56%
BLUE value IS 234 (91.80% from 255) = 31.79%
R=34.65%
G=33.56%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524723400.030.08037.1410095.88
HexFFF7EA0380256460
Octal3773673520310045144140
Binary1111111111110111111010100111000010010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF7EA; }

 p { color: rgb(255,247,234); }

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

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

 a { background-color: rgb(255,247,234); }

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

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

 span { border-color: rgb(255,247,234); }

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