#FAF2EB

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

Shades of Linen #FAF2EB

Tints of Linen #FAF2EB

Color information

#FAF2EB (or 0xFAF2EB) is unknown color: approx Linen. HEX triplet: FA, F2 and EB. RGB value is (250,242,235). Sum of RGB (Red+Green+Blue) = 250+242+235=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 235 (92.19% from 255 or 32.32% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2EB is #050D14. Grayscale: #F3F3F3. Windows color (decimal): -331029 or 15463162. OLE color: 15463162.

HSL color Cylindrical-coordinate representation of color #FAF2EB: hue angle of 28º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF2EB is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250242235-
CMYK00.030.060.02
HSL28º60%95.1%-
HSV(B)28º6%98.04%-
XYZ86.1789.8391.39-
YUV243.59123.15132.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 242 (94.92% from 255) = 33.29%
BLUE value IS 235 (92.19% from 255) = 32.32%
R=34.39%
G=33.29%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024223500.030.060.02286095.1
HexFAF2EB03621c3c5f
Octal37236235303623474137
Binary11111010111100101110101101111010111001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2EB; }

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

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

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

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

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

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

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

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