#FAF1E5

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

Shades of Linen #FAF1E5

Tints of Linen #FAF1E5

Color information

#FAF1E5 (or 0xFAF1E5) is unknown color: approx Linen. HEX triplet: FA, F1 and E5. RGB value is (250,241,229). Sum of RGB (Red+Green+Blue) = 250+241+229=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 241 (94.53% from 255 or 33.47% from 720); Blue value is 229 (89.84% from 255 or 31.81% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1E5 is #050E1A. Grayscale: #F2F2F2. Windows color (decimal): -331291 or 15069690. OLE color: 15069690.

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

Color convert

RGB250241229-
CMYK00.040.080.02
HSL34.29º67.74%93.92%-
HSV(B)34.29º8.4%98.04%-
XYZ85.0288.8986.81-
YUV242.32120.48133.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 241 (94.53% from 255) = 33.47%
BLUE value IS 229 (89.84% from 255) = 31.81%
R=34.72%
G=33.47%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024122900.040.080.0234.2967.7493.92
HexFAF1E5048222445e
Octal3723613450410242104136
Binary111110101111000111100101010010001010001010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1E5; }

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

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

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

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

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

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

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

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