#FAF6EB

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

Shades of Old Lace #FAF6EB

Tints of Old Lace #FAF6EB

Color information

#FAF6EB (or 0xFAF6EB) is unknown color: approx Old Lace. HEX triplet: FA, F6 and EB. RGB value is (250,246,235). Sum of RGB (Red+Green+Blue) = 250+246+235=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 246 (96.48% from 255 or 33.65% from 731); Blue value is 235 (92.19% from 255 or 32.15% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6EB is #050914. Grayscale: #F5F5F5. Windows color (decimal): -330005 or 15464186. OLE color: 15464186.

HSL color Cylindrical-coordinate representation of color #FAF6EB: hue angle of 44º degrees, saturation: 0.6, 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 #FAF6EB is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250246235-
CMYK00.020.060.02
HSL44º60%95.1%-
HSV(B)44º6%98.04%-
XYZ87.3892.2391.79-
YUV245.94121.83130.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.20%
GREEN value IS 246 (96.48% from 255) = 33.65%
BLUE value IS 235 (92.19% from 255) = 32.15%
R=34.20%
G=33.65%
B=32.15%

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
Decimal25024623500.020.060.02446095.1
HexFAF6EB02622c3c5f
Octal37236635302625474137
Binary111110101111011011101011010110101011001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6EB; }

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

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

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

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

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

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

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

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