#FAF1E9

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

Shades of Linen #FAF1E9

Tints of Linen #FAF1E9

Color information

#FAF1E9 (or 0xFAF1E9) is unknown color: approx Linen. HEX triplet: FA, F1 and E9. RGB value is (250,241,233). Sum of RGB (Red+Green+Blue) = 250+241+233=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 241 (94.53% from 255 or 33.29% from 724); Blue value is 233 (91.41% from 255 or 32.18% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1E9 is #050E16. Grayscale: #F2F2F2. Windows color (decimal): -331287 or 15331834. OLE color: 15331834.

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

Color convert

RGB250241233-
CMYK00.040.070.02
HSL28.24º62.96%94.71%-
HSV(B)28.24º6.8%98.04%-
XYZ85.5989.1289.78-
YUV242.78122.48133.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 241 (94.53% from 255) = 33.29%
BLUE value IS 233 (91.41% from 255) = 32.18%
R=34.53%
G=33.29%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024123300.040.070.0228.2462.9694.71
HexFAF1E904721c3f5f
Octal37236135104723477137
Binary111110101111000111101001010011110111001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1E9; }

 p { color: rgb(250,241,233); }

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

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

 a { background-color: rgb(250,241,233); }

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

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

 span { border-color: rgb(250,241,233); }

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