#FAF3EA

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

Shades of Linen #FAF3EA

Tints of Linen #FAF3EA

Color information

#FAF3EA (or 0xFAF3EA) is unknown color: approx Linen. HEX triplet: FA, F3 and EA. RGB value is (250,243,234). Sum of RGB (Red+Green+Blue) = 250+243+234=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 243 (95.31% from 255 or 33.43% from 727); Blue value is 234 (91.80% from 255 or 32.19% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3EA is #050C15. Grayscale: #F4F4F4. Windows color (decimal): -330774 or 15397882. OLE color: 15397882.

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

Color convert

RGB250243234-
CMYK00.030.060.02
HSL33.75º61.54%94.9%-
HSV(B)33.75º6.4%98.04%-
XYZ86.3390.3790.73-
YUV244.07122.32132.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 243 (95.31% from 255) = 33.43%
BLUE value IS 234 (91.80% from 255) = 32.19%
R=34.39%
G=33.43%
B=32.19%

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
Decimal25024323400.030.060.0233.7561.5494.9
HexFAF3EA0362223e5f
Octal37236335203624276137
Binary111110101111001111101010011110101000101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3EA; }

 p { color: rgb(250,243,234); }

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

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

 a { background-color: rgb(250,243,234); }

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

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

 span { border-color: rgb(250,243,234); }

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