#FAF6EA

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

Shades of Old Lace #FAF6EA

Tints of Old Lace #FAF6EA

Color information

#FAF6EA (or 0xFAF6EA) is unknown color: approx Old Lace. HEX triplet: FA, F6 and EA. RGB value is (250,246,234). Sum of RGB (Red+Green+Blue) = 250+246+234=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 246 (96.48% from 255 or 33.70% from 730); Blue value is 234 (91.80% from 255 or 32.05% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6EA is #050915. Grayscale: #F5F5F5. Windows color (decimal): -330006 or 15398650. OLE color: 15398650.

HSL color Cylindrical-coordinate representation of color #FAF6EA: hue angle of 45º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF6EA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250246234-
CMYK00.020.060.02
HSL45º61.54%94.9%-
HSV(B)45º6.4%98.04%-
XYZ87.2392.1891.04-
YUV245.83121.33130.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.25%
GREEN value IS 246 (96.48% from 255) = 33.70%
BLUE value IS 234 (91.80% from 255) = 32.05%
R=34.25%
G=33.70%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024623400.020.060.024561.5494.9
HexFAF6EA02622d3e5f
Octal37236635202625576137
Binary111110101111011011101010010110101011011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6EA; }

 p { color: rgb(250,246,234); }

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

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

 a { background-color: rgb(250,246,234); }

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

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

 span { border-color: rgb(250,246,234); }

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