#FAF1E6

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

Shades of Linen #FAF1E6

Tints of Linen #FAF1E6

Color information

#FAF1E6 (or 0xFAF1E6) is unknown color: approx Linen. HEX triplet: FA, F1 and E6. RGB value is (250,241,230). Sum of RGB (Red+Green+Blue) = 250+241+230=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 241 (94.53% from 255 or 33.43% from 721); Blue value is 230 (90.23% from 255 or 31.90% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1E6 is #050E19. Grayscale: #F2F2F2. Windows color (decimal): -331290 or 15135226. OLE color: 15135226.

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

Color convert

RGB250241230-
CMYK00.040.080.02
HSL33º66.67%94.12%-
HSV(B)33º8%98.04%-
XYZ85.1688.9587.54-
YUV242.44120.98133.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 241 (94.53% from 255) = 33.43%
BLUE value IS 230 (90.23% from 255) = 31.90%
R=34.67%
G=33.43%
B=31.90%

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
Decimal25024123000.040.080.023366.6794.12
HexFAF1E6048221435e
Octal3723613460410241103136
Binary111110101111000111100110010010001010000110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1E6; }

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

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

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

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

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

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

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

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