#FAF0E7

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

Shades of Linen #FAF0E7

Tints of Linen #FAF0E7

Color information

#FAF0E7 (or 0xFAF0E7) is unknown color: approx Linen. HEX triplet: FA, F0 and E7. RGB value is (250,240,231). Sum of RGB (Red+Green+Blue) = 250+240+231=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 240 (94.14% from 255 or 33.29% from 721); Blue value is 231 (90.62% from 255 or 32.04% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0E7 is #050F18. Grayscale: #F2F2F2. Windows color (decimal): -331545 or 15200506. OLE color: 15200506.

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

Color convert

RGB250240231-
CMYK00.040.080.02
HSL28.42º65.52%94.31%-
HSV(B)28.42º7.6%98.04%-
XYZ85.0188.4188.19-
YUV241.96121.81133.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 240 (94.14% from 255) = 33.29%
BLUE value IS 231 (90.62% from 255) = 32.04%
R=34.67%
G=33.29%
B=32.04%

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
Decimal25024023100.040.080.0228.4265.5294.31
HexFAF0E704821c425e
Octal3723603470410234102136
Binary11111010111100001110011101001000101110010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0E7; }

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

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

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

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

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

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

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

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