#FAF5EF

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

Shades of Linen #FAF5EF

Tints of Linen #FAF5EF

Color information

#FAF5EF (or 0xFAF5EF) is unknown color: approx Linen. HEX triplet: FA, F5 and EF. RGB value is (250,245,239). Sum of RGB (Red+Green+Blue) = 250+245+239=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 239 (93.75% from 255 or 32.56% from 734); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5EF is #050A10. Grayscale: #F5F5F5. Windows color (decimal): -330257 or 15726074. OLE color: 15726074.

HSL color Cylindrical-coordinate representation of color #FAF5EF: hue angle of 32.73º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAF5EF is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250245239-
CMYK00.020.040.02
HSL32.73º52.38%95.88%-
HSV(B)32.73º4.4%98.04%-
XYZ87.6691.8694.77-
YUV245.81124.16130.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.06%
GREEN value IS 245 (96.09% from 255) = 33.38%
BLUE value IS 239 (93.75% from 255) = 32.56%
R=34.06%
G=33.38%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024523900.020.040.0232.7352.3895.88
HexFAF5EF0242213460
Octal37236535702424164140
Binary111110101111010111101111010100101000011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5EF; }

 p { color: rgb(250,245,239); }

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

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

 a { background-color: rgb(250,245,239); }

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

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

 span { border-color: rgb(250,245,239); }

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