#FAF4EE

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

Shades of Linen #FAF4EE

Tints of Linen #FAF4EE

Color information

#FAF4EE (or 0xFAF4EE) is unknown color: approx Linen. HEX triplet: FA, F4 and EE. RGB value is (250,244,238). Sum of RGB (Red+Green+Blue) = 250+244+238=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 244 (95.70% from 255 or 33.33% from 732); Blue value is 238 (93.36% from 255 or 32.51% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF4EE is #050B11. Grayscale: #F5F5F5. Windows color (decimal): -330514 or 15660282. OLE color: 15660282.

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

Color convert

RGB250244238-
CMYK00.020.050.02
HSL30º54.55%95.69%-
HSV(B)30º4.8%98.04%-
XYZ87.2191.293.9-
YUV245.11123.99131.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 244 (95.70% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 32.51%
R=34.15%
G=33.33%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024423800.020.050.023054.5595.69
HexFAF4EE02521e3760
Octal37236435602523667140
Binary11111010111101001110111001010110111101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4EE; }

 p { color: rgb(250,244,238); }

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

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

 a { background-color: rgb(250,244,238); }

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

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

 span { border-color: rgb(250,244,238); }

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