#FAF0E6

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

Shades of Linen #FAF0E6

Tints of Linen #FAF0E6

Color information

#FAF0E6 (or 0xFAF0E6) is known color: Linen. HEX triplet: FA, F0 and E6. RGB value is (250,240,230). Sum of RGB (Red+Green+Blue) = 250+240+230=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 230 (90.23% from 255 or 31.94% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0E6 is #050F19. Grayscale: #F1F1F1. Windows color (decimal): -331546 or 15134970. OLE color: 15134970.

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

Color convert

RGB250240230-
CMYK00.040.080.02
HSL30º66.67%94.12%-
HSV(B)30º8%98.04%-
XYZ84.8788.3687.44-
YUV241.85121.31133.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 240 (94.14% from 255) = 33.33%
BLUE value IS 230 (90.23% from 255) = 31.94%
R=34.72%
G=33.33%
B=31.94%

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
Decimal25024023000.040.080.023066.6794.12
HexFAF0E604821e435e
Octal3723603460410236103136
Binary11111010111100001110011001001000101111010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0E6; }

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

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

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

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

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

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

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

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