#FAF2E7

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

Shades of Linen #FAF2E7

Tints of Linen #FAF2E7

Color information

#FAF2E7 (or 0xFAF2E7) is unknown color: approx Linen. HEX triplet: FA, F2 and E7. RGB value is (250,242,231). Sum of RGB (Red+Green+Blue) = 250+242+231=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 231 (90.62% from 255 or 31.95% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2E7 is #050D18. Grayscale: #F3F3F3. Windows color (decimal): -331033 or 15201018. OLE color: 15201018.

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

Color convert

RGB250242231-
CMYK00.030.080.02
HSL34.74º65.52%94.31%-
HSV(B)34.74º7.6%98.04%-
XYZ85.689.688.38-
YUV243.14121.15132.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 242 (94.92% from 255) = 33.47%
BLUE value IS 231 (90.62% from 255) = 31.95%
R=34.58%
G=33.47%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024223100.030.080.0234.7465.5294.31
HexFAF2E7038223425e
Octal3723623470310243102136
Binary11111010111100101110011101110001010001110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2E7; }

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

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

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

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

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

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

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

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