#FAF3EC

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

Shades of Linen #FAF3EC

Tints of Linen #FAF3EC

Color information

#FAF3EC (or 0xFAF3EC) is unknown color: approx Linen. HEX triplet: FA, F3 and EC. RGB value is (250,243,236). Sum of RGB (Red+Green+Blue) = 250+243+236=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 243 (95.31% from 255 or 33.33% from 729); Blue value is 236 (92.58% from 255 or 32.37% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3EC is #050C13. Grayscale: #F4F4F4. Windows color (decimal): -330772 or 15528954. OLE color: 15528954.

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

Color convert

RGB250243236-
CMYK00.030.060.02
HSL30º58.33%95.29%-
HSV(B)30º5.6%98.04%-
XYZ86.6290.4892.26-
YUV244.3123.32132.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 243 (95.31% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 32.37%
R=34.29%
G=33.33%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024323600.030.060.023058.3395.29
HexFAF3EC03621e3a5f
Octal37236335403623672137
Binary11111010111100111110110001111010111101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3EC; }

 p { color: rgb(250,243,236); }

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

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

 a { background-color: rgb(250,243,236); }

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

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

 span { border-color: rgb(250,243,236); }

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